From 9f5d2e140d24bc6bbf36d81143a3a53ec8be8b8b Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Tue, 7 May 2024 18:37:05 -0400 Subject: [PATCH] Trying to Switch to Aux --- flake.lock | 10 +++++----- flake.nix | 2 +- hosts/kim/configuration.nix | 3 +++ hosts/kim/home.nix | 4 ++++ 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 1a69636..654c343 100644 --- a/flake.lock +++ b/flake.lock @@ -22,15 +22,15 @@ }, "nixpkgs": { "locked": { - "lastModified": 1714635257, - "narHash": "sha256-4cPymbty65RvF1DWQfc+Bc8B233A1BWxJnNULJKQ1EY=", - "owner": "nixos", + "lastModified": 1715110190, + "narHash": "sha256-l5LSXh+3bz6pQRp4pNRs8XuMolBcetcFXwVfroCGaXc=", + "owner": "auxolotl", "repo": "nixpkgs", - "rev": "63c3a29ca82437c87573e4c6919b09a24ea61b0f", + "rev": "20db0d8a4496156e1f45d43abe3e499a64771fbd", "type": "github" }, "original": { - "owner": "nixos", + "owner": "auxolotl", "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" diff --git a/flake.nix b/flake.nix index 4b00258..db46e7a 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Nixos config flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable"; home-manager = { url = "github:nix-community/home-manager"; diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index 1344464..0c91afe 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -11,6 +11,9 @@ inputs.home-manager.nixosModules.default ]; + # Workaround for an issue with docs and Aux + documentation.nixos.enable = false; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; diff --git a/hosts/kim/home.nix b/hosts/kim/home.nix index bd678df..a2aa8d7 100644 --- a/hosts/kim/home.nix +++ b/hosts/kim/home.nix @@ -40,6 +40,7 @@ # echo "Hello, ${config.home.username}!" # '') pkgs.playerctl + pkgs.google-chrome ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage @@ -83,6 +84,9 @@ extensions = with pkgs.vscode-extensions; [ bbenoist.nix ]; + }; + programs.streamdeck-ui = { + }; services.spotifyd = { enable = true;