mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 09:17:54 +08:00
x1c7: back to xmonad
This commit is contained in:
parent
27b024430f
commit
7668abb05b
3 changed files with 9 additions and 9 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -376,11 +376,11 @@
|
|||
"nixpkgs": "nixpkgs_4"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1622753049,
|
||||
"narHash": "sha256-clDbg4Lg4RGHJnGBLi2jp5kV4+01P42dAYB0imNmrhU=",
|
||||
"lastModified": 1623967045,
|
||||
"narHash": "sha256-D8tZULncqU2Drn4vmG1vgMdhnZ5ONV5aEuHIxaA/kyE=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "45f9cb06a9152ca367edc3e7eaa5449338885167",
|
||||
"rev": "2f6d5c90f4497dc3cfc043c0fd1b77272ebaeeaa",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -549,11 +549,11 @@
|
|||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1622913919,
|
||||
"narHash": "sha256-kk1OSzEpVcI9zr1R4dndEpKXVY1/86onfFERrBeqMzg=",
|
||||
"lastModified": 1624054120,
|
||||
"narHash": "sha256-r+iT6LRw59NIB6Wqzn4bsNM8sFcBpdiqHHRb1gnnARc=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "2c8f0a1e42bd380e0dbf28aa2b95d4c5b21c6f73",
|
||||
"rev": "847fa4931bd699480ab7b901f92fb3a0696339d1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
./hosts/x1c7.nix
|
||||
[
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x1-7th-gen
|
||||
./features/desktopish/fonts.nix
|
||||
./features/desktopish
|
||||
./features/email
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -64,8 +64,8 @@
|
|||
programs.mosh.enable = true;
|
||||
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
#services.xserver.displayManager.gdm.enable = true;
|
||||
#services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
users.users.srid = {
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue