mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
dock this beast
This commit is contained in:
parent
48d89070d0
commit
11f007b868
3 changed files with 10 additions and 11 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -636,17 +636,17 @@
|
|||
},
|
||||
"nixpkgs_7": {
|
||||
"locked": {
|
||||
"lastModified": 1636623366,
|
||||
"narHash": "sha256-jOQMlv9qFSj0U66HB+ujZoapty0UbewmSNbX8+3ujUQ=",
|
||||
"lastModified": 1636976544,
|
||||
"narHash": "sha256-9ZmdyoRz4Qu8bP5BKR1T10YbzcB9nvCeQjOEw2cRKR0=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c5ed8beb478a8ca035f033f659b60c89500a3034",
|
||||
"rev": "931ab058daa7e4cd539533963f95e2bb0dbd41e6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c5ed8beb478a8ca035f033f659b60c89500a3034",
|
||||
"rev": "931ab058daa7e4cd539533963f95e2bb0dbd41e6",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
12
flake.nix
12
flake.nix
|
|
@ -6,7 +6,7 @@
|
|||
# https://status.nixos.org/
|
||||
#
|
||||
# This ensures that we always use the official nix cache.
|
||||
nixpkgs.url = "github:nixos/nixpkgs/c5ed8beb478a8ca035f033f659b60c89500a3034";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/931ab058daa7e4cd539533963f95e2bb0dbd41e6";
|
||||
|
||||
nixos-hardware.url = github:NixOS/nixos-hardware/master;
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
|
|
@ -71,14 +71,12 @@
|
|||
[
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p53
|
||||
./features/server/harden.nix
|
||||
# ./features/server/devserver.nix
|
||||
./features/server/unlaptop.nix
|
||||
./features/server/wakeonlan.nix
|
||||
./features/kde.nix
|
||||
./features/desktopish/guiapps.nix
|
||||
./features/desktopish/fonts.nix
|
||||
./features/protonvpn.nix
|
||||
./features/ema/emanote.nix
|
||||
#./features/kde.nix
|
||||
#./features/desktopish/guiapps.nix
|
||||
#./features/desktopish/fonts.nix
|
||||
#./features/protonvpn.nix
|
||||
./features/lxd.nix
|
||||
./features/docker.nix
|
||||
./features/postgres.nix
|
||||
|
|
|
|||
1
home.nix
1
home.nix
|
|
@ -12,6 +12,7 @@ rec {
|
|||
|
||||
home.packages = with pkgs; [
|
||||
gnumake
|
||||
psmisc
|
||||
# psutils -- collides with tex
|
||||
usbutils
|
||||
emanote
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue