feat: several updates
This commit is contained in:
@@ -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