feat: switch to gnome!

This commit is contained in:
uku 2024-06-06 11:51:03 +02:00
parent 07e2e8ca94
commit 018db2739d
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
5 changed files with 44 additions and 15 deletions

View file

@ -14,6 +14,7 @@ in {
../programs/fish.nix
../programs/git.nix
../programs/rust.nix
../programs/starship
];

View file

@ -5,7 +5,16 @@
catppuccin,
...
}: {
imports = [../programs];
imports = [
../programs/alacritty.nix
../programs/gnome.nix
../programs/vscode.nix
# the world if hyprland
# ../programs/hyprland.nix
# ../programs/fuzzel.nix
# ../programs/waybar
];
boot = {
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];
@ -146,8 +155,6 @@
};
};
displayManager.defaultSession = "hyprland";
printing.enable = true;
pipewire = {
@ -170,11 +177,7 @@
virtualisation.libvirtd.enable = true;
xdg = {
portal = {
enable = true;
extraPortals = with pkgs; [xdg-desktop-portal-gtk];
};
portal.enable = true;
mime.enable = true;
icons.enable = true;
};