Compare commits

..

No commits in common. "81af2e7c6b6dfc8aa78128634f0776f996862817" and "d0587daf1ecc739bf16ad04f3dd0ab58e9ed8b0d" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View file

@ -18,7 +18,7 @@
boot.extraModulePackages = [];
fileSystems."/" = {
device = "/dev/disk/by-uuid/54ac149b-bc06-440c-b832-1af6be370d62";
device = "/dev/disk/by-uuid/e9de5286-c8b1-4629-be01-f052c34b4062";
fsType = "ext4";
};
@ -30,7 +30,7 @@
boot.initrd.luks.devices."drive".device = "/dev/disk/by-uuid/60d5cc58-4381-4869-a1b5-d4e2bf1afdfd";
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/95E7-3B26";
device = "/dev/disk/by-uuid/F0F5-744F";
fsType = "vfat";
options = ["fmask=0022" "dmask=0022"];
};

View file

@ -18,12 +18,6 @@ lib.mkIf config.u.has.graphical {
};
services.desktopManager.plasma6.enable = true;
programs.partition-manager.enable = true;
environment.systemPackages = let
application-menu = pkgs.runCommandLocal "xdg-application-menu" {} ''
mkdir -p $out/etc/xdg/menus/
ln -s ${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu $out/etc/xdg/menus/applications.menu
'';
in [application-menu];
services.libinput = {
enable = true;
mouse.accelProfile = "flat";