added signal
This commit is contained in:
@@ -33,12 +33,8 @@
|
|||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "alien"; # Define your hostname.
|
networking.hostName = "alien";
|
||||||
|
|
||||||
# Configure network connections interactively with nmcli or nmtui.
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
# Set your time zone.
|
|
||||||
time.timeZone = "America/Toronto";
|
time.timeZone = "America/Toronto";
|
||||||
|
|
||||||
|
|
||||||
@@ -158,13 +154,11 @@ programs.neovim = {
|
|||||||
godot # 4.5.1 for now
|
godot # 4.5.1 for now
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
steam
|
steam
|
||||||
|
signal-desktop
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# programs.firefox.enable = true;
|
# Use https://search.nixos.org/ to find more packages (and options).
|
||||||
|
|
||||||
# List packages installed in system profile.
|
|
||||||
# You can use https://search.nixos.org/ to find more packages (and options).
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
neovim
|
neovim
|
||||||
@@ -199,8 +193,7 @@ programs.neovim = {
|
|||||||
powerOnBoot = true;
|
powerOnBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.pulseaudio.enable = false; # Use Pipewire, the modern sound subsystem
|
services.pulseaudio.enable = false; # Use Pipewire
|
||||||
|
|
||||||
security.rtkit.enable = true; # Enable RealtimeKit for audio purposes
|
security.rtkit.enable = true; # Enable RealtimeKit for audio purposes
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user