mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
update
This commit is contained in:
parent
23bd15c6cd
commit
08e0feea5d
3 changed files with 9 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "My NixOS Configs";
|
description = "My Nix Configs";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
||||||
|
|
@ -57,7 +57,9 @@
|
||||||
};
|
};
|
||||||
homeConfigurations."work" = home-manager.lib.homeManagerConfiguration {
|
homeConfigurations."work" = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
modules = [ ./src/system/machines/workstation ];
|
modules = [
|
||||||
|
./src/system/machines/workstation
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,7 @@ in
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wget curl tree neofetch
|
wget curl tree neofetch
|
||||||
unzip fping calc qrencode
|
unzip fping calc fd pciutils
|
||||||
fd pkg-config pciutils
|
|
||||||
rsync zip
|
rsync zip
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,10 @@ in
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nix-init
|
nix-init
|
||||||
nix-prefetch-git
|
nix-prefetch-git
|
||||||
|
nurl
|
||||||
|
|
||||||
|
pkg-config
|
||||||
|
qrencode
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue