feat: several updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user