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";
|
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:
|
||||||
|
|
|
@ -19,7 +19,6 @@ 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" ];
|
||||||
|
@ -61,7 +60,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.desktopManager.plasma6.enable = true;
|
services.xserver.desktopManager.plasma5.enable = true;
|
||||||
|
|
||||||
# Configure keymap
|
# Configure keymap
|
||||||
services.xserver.xkb = {
|
services.xserver.xkb = {
|
||||||
|
@ -117,9 +116,7 @@ in {
|
||||||
vscodium
|
vscodium
|
||||||
logseq
|
logseq
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
zed-editor # Editor
|
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue