Compare commits
No commits in common. "6a360706ce0ac6a2767929b153c1caeb56a74aa5" and "7cae2b99d094f7e719f24cf39fa76fc3066d34fd" have entirely different histories.
6a360706ce
...
7cae2b99d0
3 changed files with 4 additions and 12 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
/flake.lock
|
|
@ -11,10 +11,6 @@
|
|||
};
|
||||
snowflakeos-modules.url = "github:snowflakelinux/snowflakeos-modules";
|
||||
nixos-hardware.url = "github:nixos/nixos-hardware/master";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
|
|
|
@ -17,10 +17,9 @@ let
|
|||
};
|
||||
in {
|
||||
imports =
|
||||
[
|
||||
./hardware.nix
|
||||
# inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
[
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
@ -61,7 +60,7 @@ in {
|
|||
|
||||
# Enable the KDE Plasma Desktop Environment.
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
|
||||
# Configure keymap
|
||||
services.xserver.xkb = {
|
||||
|
@ -117,9 +116,7 @@ in {
|
|||
vscodium
|
||||
logseq
|
||||
ungoogled-chromium
|
||||
zed-editor # Editor
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
|
|
Loading…
Add table
Reference in a new issue