mainly alacritty stuff
This commit is contained in:
parent
57f2638f0e
commit
6869c2acbd
8 changed files with 134 additions and 10 deletions
5
hosts/common/optional/ckb-next.nix
Normal file
5
hosts/common/optional/ckb-next.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
hardware.ckb-next = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
4
hosts/common/optional/flatpak.nix
Normal file
4
hosts/common/optional/flatpak.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
# flatpak
|
||||
services.flatpak.enable = true;
|
||||
}
|
||||
|
|
@ -12,4 +12,10 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
# adds alacritty to nautilus
|
||||
programs.nautilus-open-any-terminal = {
|
||||
enable = true;
|
||||
terminal = "alacritty";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@
|
|||
# optional stuff
|
||||
../common/optional/gnome.nix
|
||||
../common/optional/pipewire.nix
|
||||
../common/optional/flatpak.nix
|
||||
../common/optional/ckb-next.nix
|
||||
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
|
@ -44,9 +46,6 @@
|
|||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
# flatpak
|
||||
services.flatpak.enable = true;
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
@ -68,6 +67,4 @@
|
|||
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
|
||||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
||||
};
|
||||
|
||||
hardware.ckb-next.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
# optional stuff
|
||||
../common/optional/gnome.nix
|
||||
../common/optional/pipewire.nix
|
||||
../common/optional/flatpak.nix
|
||||
|
||||
# thinkpad-related
|
||||
../common/optional/thinkpad.nix
|
||||
|
|
@ -27,7 +28,7 @@
|
|||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
||||
networking.hostName = "spider"; # Define your hostname.
|
||||
|
||||
# Enable networking
|
||||
|
|
@ -45,9 +46,6 @@
|
|||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
# flatpak
|
||||
services.flatpak.enable = true;
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue