chore: several changes

This commit is contained in:
Xavier Morel
2026-04-27 22:04:35 +02:00
parent 6f413b589a
commit 6af8a4d778
4 changed files with 35 additions and 13 deletions
+3 -1
View File
@@ -45,7 +45,7 @@
initrd.kernelModules = [ "amdgpu" ];
plymouth.enable = true;
};
documentation.man.generateCaches = false;
documentation.man.cache.enable = true;
programs = {
niri.enable = true; # test...
obs-studio = {
@@ -113,7 +113,9 @@
pkgs.podman
pkgs.podman-compose
pkgs.comma
pkgs.easyeffects
pkgs.kdePackages.qtwebsockets
]
++ [
(
+20
View File
@@ -28,6 +28,7 @@
stateVersion = "23.11";
file.".config/niri/config.kdl".source = ../../dotfiles/niri/config.kdl;
};
gtk.gtk4.theme = null;
programs = {
git = {
settings.user = {
@@ -66,6 +67,25 @@
name = "Plélan-le-Grand";
};
};
plugins = {
sources = [
{
enabled = true;
name = "Official Noctalia Plugins";
url = "https://github.com/noctalia-dev/noctalia-plugins";
}
];
states = {
catwalk = {
enabled = true;
sourceUrl = "https://github.com/noctalia-dev/noctalia-plugins";
};
hassio = {
enabled = true;
sourceUrl = "https://github.com/noctalia-dev/noctalia-plugins";
};
};
};
};
quickshell.enable = true;
alacritty.enable = true;