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"; snowflakeos-modules.url = "github:snowflakelinux/snowflakeos-modules";
nixos-hardware.url = "github:nixos/nixos-hardware/master"; nixos-hardware.url = "github:nixos/nixos-hardware/master";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = inputs: outputs = inputs:

View file

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