aboutsummaryrefslogtreecommitdiff
path: root/nixos/configuration.nix
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-08-08 18:03:40 +0800
committerZhongheng Liu <z.liu@outlook.com.gr>2024-08-08 18:03:40 +0800
commit065b1bac9d934802f327accb9fc3a5de33fbcea8 (patch)
treefd02865038ebb6638e8420a5e7c65d090a62608d /nixos/configuration.nix
parente0537affdcf6f9e7368545f5e0358ec062c18ee7 (diff)
downloadnixos-configuration-065b1bac9d934802f327accb9fc3a5de33fbcea8.tar.gz
nixos-configuration-065b1bac9d934802f327accb9fc3a5de33fbcea8.tar.bz2
nixos-configuration-065b1bac9d934802f327accb9fc3a5de33fbcea8.zip
feat: changed wayland compositor configuration
- added hyprland initial configuration - added hyprland plugins - added kanshi profiles for docked modes - added misc home manager configuration options
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r--nixos/configuration.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix
index ba44553..90c1564 100644
--- a/nixos/configuration.nix
+++ b/nixos/configuration.nix
@@ -34,17 +34,17 @@
'';
};
};
- #services.displayManager.sddm = {
- # enable = true;
- # wayland.enable = true;
- #};
- systemd.user.services.kanshi = {
- description = "kanshi daemon";
- serviceConfig = {
- Type = "simple";
- ExecStart = ''${pkgs.kanshi}/bin/kanshi -c kanshi_config_file'';
- };
+ services.displayManager.sddm = {
+ enable = true;
+ wayland.enable = true;
};
+ #systemd.user.services.kanshi = {
+ # description = "kanshi daemon";
+ # serviceConfig = {
+ # Type = "simple";
+ # ExecStart = ''${pkgs.kanshi}/bin/kanshi -c kanshi_config_file'';
+ # };
+ #};
security.polkit.enable = true;
services.gnome.gnome-keyring.enable = true;