Compare commits

..

15 commits

3 changed files with 12 additions and 4 deletions

1
.gitignore vendored Normal file
View file

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

View file

@ -11,6 +11,10 @@
};
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,9 +17,10 @@ let
};
in {
imports =
[
./hardware.nix
];
[
./hardware.nix
# inputs.home-manager.nixosModules.home-manager
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@ -60,7 +61,7 @@ in {
# Enable the KDE Plasma Desktop Environment.
services.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
services.desktopManager.plasma6.enable = true;
# Configure keymap
services.xserver.xkb = {
@ -116,7 +117,9 @@ in {
vscodium
logseq
ungoogled-chromium
zed-editor # Editor
];
};
services.syncthing = {