Compare commits

..

No commits in common. "6a360706ce0ac6a2767929b153c1caeb56a74aa5" and "7cae2b99d094f7e719f24cf39fa76fc3066d34fd" have entirely different histories.

3 changed files with 4 additions and 12 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/flake.lock

View file

@ -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:

View file

@ -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 = {