feat: add desktop apps
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
hardware.logitech.lcd.enable = true;
|
||||
|
||||
time.timeZone = "Europe/Paris";
|
||||
i18n.defaultLocale = "fr_FR.UTF-8";
|
||||
|
||||
@@ -56,8 +58,17 @@
|
||||
variant = "altgr-intl";
|
||||
};
|
||||
services.printing.enable = true;
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
# TODO Add Scanner configuration
|
||||
|
||||
hardware.logitech.lcd.devices = [
|
||||
"c22d" "c22e"
|
||||
];
|
||||
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
@@ -84,7 +95,7 @@
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
logiops
|
||||
g15daemon
|
||||
];
|
||||
|
||||
services.cli-environment.enable = true;
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
myHome.kitty.enable = true;
|
||||
myHome.shell.enable = true;
|
||||
|
||||
# TODO Move somewhere...
|
||||
programs.spotify-player.enable = true;
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user