mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 07:00:41 +00:00
Add spotify+spicetify
This commit is contained in:
parent
21cf34330e
commit
1fc8542b60
8 changed files with 120 additions and 1 deletions
|
@ -12,6 +12,7 @@ in
|
|||
{
|
||||
vboxnix = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit lib inputs self; };
|
||||
modules = [
|
||||
./vbox_nix
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
@ -22,6 +23,7 @@ in
|
|||
|
||||
herugrim = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit lib inputs self; };
|
||||
modules = [
|
||||
./herugrim
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
|
|
@ -93,6 +93,10 @@
|
|||
"eDP-1, 1920x1080@60, 0x0, 1"
|
||||
];
|
||||
};
|
||||
|
||||
programs = {
|
||||
spotify.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue