Skip to content

Commit

Permalink
Migrate to Plasma6
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Apr 8, 2024
1 parent b0a0298 commit 4c89203
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 21 deletions.
9 changes: 4 additions & 5 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
# Thermal data
thermald.enable = false; # TODO(dm) error here

# Enable the X11 windowing system.
xserver.enable = true;

# Fingerprinting
fprintd.enable = false;

Expand Down Expand Up @@ -96,6 +93,8 @@
};
};

# Enable the X11 windowing system.
xserver.enable = true;
xserver.displayManager = {
sddm = {
enable = true;
Expand All @@ -106,6 +105,7 @@
InputMethod = "";
};
};
wayland.enable = true;
};
};

Expand All @@ -123,7 +123,7 @@
};
};

xserver.desktopManager.plasma5.enable = true;
desktopManager.plasma6.enable = true;

# Disable OpenSSH Daemon
openssh.enable = false;
Expand Down Expand Up @@ -263,7 +263,6 @@

htop.enable = true;
gnupg.agent.enable = true;
kdeconnect.enable = true;
zsh.enable = true;

};
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions secrets/secrets.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
lyretail = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDtQFica1N9fXu1qEMnPh5LJOmIikWIcXOypTjK39f8s";
crowntail = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDtQFica1N9fXu1qEMnPh5LJOmIikWIcXOypTjK39f8s";
in
{
"restic-password.age".publicKeys = [ lyretail ];
"restic-env.age".publicKeys = [ lyretail ];
"restic-password.age".publicKeys = [ crowntail ];
"restic-env.age".publicKeys = [ crowntail ];
}
2 changes: 1 addition & 1 deletion users/dm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ in
pkgs.vlc
pkgs.keepassxc
pkgs.yubikey-manager
pkgs.texlive.combined.scheme-full
# pkgs.texlive.combined.scheme-full
] ++ [
# Dev
pkgs.gnumake
Expand Down

0 comments on commit 4c89203

Please sign in to comment.