feat: several updates

This commit is contained in:
Xavier Morel
2025-12-09 13:28:42 +01:00
parent 1ffa0aecc5
commit 9336aebe2f
5 changed files with 314 additions and 52 deletions

View File

@@ -41,12 +41,12 @@
initrd.kernelModules = [ "amdgpu" ];
plymouth.enable = true;
};
programs.obs-studio = {
enable = true;
plugins = [ pkgs.obs-studio-plugins.wlrobs ];
};
programs = {
niri.enable = true; # test...
obs-studio = {
enable = true;
plugins = [ pkgs.obs-studio-plugins.wlrobs ];
};
# xwayland.enable = true;
};
hardware = {
@@ -72,6 +72,7 @@
tailscale.useRoutingFeatures = "client";
};
environment.systemPackages = [
pkgs.cachix
pkgs.pavucontrol
pkgs.swaylock
pkgs.xwayland-satellite

View File

@@ -26,15 +26,16 @@
homeDirectory = "/home/xmorel";
shell.enableFishIntegration = true;
stateVersion = "23.11";
file.".config/niri/config.kdl".source = ../../dotfiles/niri/config.kdl;
};
programs.git = {
settings.user = {
name = "Xavier Morel";
email = "morelx42@gmail.com";
};
};
programs.home-manager.enable = true;
programs = {
git = {
settings.user = {
name = "Xavier Morel";
email = "morelx42@gmail.com";
};
};
home-manager.enable = true;
rofi.enable = true;
noctalia-shell.enable = true;
quickshell.enable = true;
@@ -48,7 +49,6 @@
];
configPackages = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal
];
};