mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 03:19:23 -05:00
Removing libratbag and piper for solaar
This commit is contained in:
parent
0c42c30140
commit
6db5969d3f
2 changed files with 10 additions and 3 deletions
|
|
@ -26,6 +26,11 @@
|
||||||
catppuccin-vsc = {
|
catppuccin-vsc = {
|
||||||
url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
|
url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
solaar = {
|
||||||
|
url = "github:Svenum/Solaar-Flake/latest";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, lix-module, ... }@inputs:
|
outputs = { self, nixpkgs, lix-module, ... }@inputs:
|
||||||
|
|
@ -49,6 +54,7 @@
|
||||||
inputs.home-manager.nixosModules.default
|
inputs.home-manager.nixosModules.default
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
lix-module.nixosModules.default
|
lix-module.nixosModules.default
|
||||||
|
solaar.nixosModules.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -166,6 +166,10 @@
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
dedicatedServer.openFirewall = true;
|
dedicatedServer.openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
solaar = {
|
||||||
|
enabled = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
|
|
@ -178,9 +182,6 @@
|
||||||
python3
|
python3
|
||||||
age # For encryption
|
age # For encryption
|
||||||
sops # For encryption too
|
sops # For encryption too
|
||||||
|
|
||||||
piper
|
|
||||||
libratbag
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue