mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
2aca8b2b75
commit
f5af1370cf
2 changed files with 4 additions and 2 deletions
|
@ -50,6 +50,9 @@
|
||||||
./hw/aly-server.nix
|
./hw/aly-server.nix
|
||||||
./system/aly-server.nix
|
./system/aly-server.nix
|
||||||
agenix.nixosModules.default
|
agenix.nixosModules.default
|
||||||
|
{
|
||||||
|
environment.systemPackages = [ agenix.packages.${system}.default ];
|
||||||
|
}
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
|
|
@ -8,8 +8,7 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils
|
cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils btrfs-progs
|
||||||
btrfs-progs agenix.packages.${system}.default
|
|
||||||
];
|
];
|
||||||
programs.nixvim.enable = true;
|
programs.nixvim.enable = true;
|
||||||
programs.nixvim.defaultEditor = true;
|
programs.nixvim.defaultEditor = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue