Added: Spotify
This commit is contained in:
parent
0a5ede0ad7
commit
6c36bde471
@ -15,6 +15,8 @@
|
||||
pulsemixer
|
||||
# images
|
||||
imv
|
||||
# Apps
|
||||
spotify
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
@ -21,7 +21,7 @@
|
||||
nix.settings = {
|
||||
# enable flakes globally
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
auto-optimise-store = true;
|
||||
substituters = [
|
||||
"https://cache.nixos.org"
|
||||
"https://hyprland.cachix.org"
|
||||
@ -38,11 +38,12 @@
|
||||
nix.gc = {
|
||||
automatic = lib.mkDefault true;
|
||||
dates = lib.mkDefault "weekly";
|
||||
options = lib.mkDefault "--delete-older-than 7d";
|
||||
options = lib.mkDefault "--delete-older-than +3";
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowBroken = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
@ -198,6 +199,9 @@
|
||||
podman-compose # docker-compose alternative
|
||||
dive # docker layer viewer
|
||||
podman-tui # status of containers in terminal
|
||||
podman-desktop # Desktop client
|
||||
tailscale # Vpn
|
||||
grayscale
|
||||
];
|
||||
|
||||
# Enable sound with pipewire.
|
||||
@ -226,6 +230,13 @@
|
||||
#media-session.enable = true;
|
||||
};
|
||||
|
||||
displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "phil";
|
||||
};
|
||||
|
||||
tailscale.enable = true;
|
||||
|
||||
udev.packages = with pkgs; [gnome.gnome-settings-daemon];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user