Trying to Switch to Aux

This commit is contained in:
Annika Merris 2024-05-07 18:37:05 -04:00
parent 6d984aee06
commit 9f5d2e140d
4 changed files with 13 additions and 6 deletions

10
flake.lock generated
View file

@ -22,15 +22,15 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1714635257, "lastModified": 1715110190,
"narHash": "sha256-4cPymbty65RvF1DWQfc+Bc8B233A1BWxJnNULJKQ1EY=", "narHash": "sha256-l5LSXh+3bz6pQRp4pNRs8XuMolBcetcFXwVfroCGaXc=",
"owner": "nixos", "owner": "auxolotl",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "63c3a29ca82437c87573e4c6919b09a24ea61b0f", "rev": "20db0d8a4496156e1f45d43abe3e499a64771fbd",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "auxolotl",
"ref": "nixos-unstable", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"

View file

@ -2,7 +2,7 @@
description = "Nixos config flake"; description = "Nixos config flake";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";

View file

@ -11,6 +11,9 @@
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
]; ];
# Workaround for an issue with docs and Aux
documentation.nixos.enable = false;
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;

View file

@ -40,6 +40,7 @@
# echo "Hello, ${config.home.username}!" # echo "Hello, ${config.home.username}!"
# '') # '')
pkgs.playerctl pkgs.playerctl
pkgs.google-chrome
]; ];
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage
@ -83,6 +84,9 @@
extensions = with pkgs.vscode-extensions; [ extensions = with pkgs.vscode-extensions; [
bbenoist.nix bbenoist.nix
]; ];
};
programs.streamdeck-ui = {
}; };
services.spotifyd = { services.spotifyd = {
enable = true; enable = true;