Compare commits
2 commits
a2d3b6b978
...
5aee786301
| Author | SHA1 | Date | |
|---|---|---|---|
| 5aee786301 | |||
| 244e420d02 |
4 changed files with 14 additions and 14 deletions
|
|
@ -22,13 +22,13 @@
|
||||||
boot.blacklistedKernelModules = ["intel_pmc_bxt" "iTCO_vendor_support" "iTCO_wdt"];
|
boot.blacklistedKernelModules = ["intel_pmc_bxt" "iTCO_vendor_support" "iTCO_wdt"];
|
||||||
|
|
||||||
# Use the xanmod kernel
|
# Use the xanmod kernel
|
||||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
# boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||||
services.scx = {
|
# services.scx = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
package = pkgs.scx_git.full;
|
# package = pkgs.scx_git.full;
|
||||||
scheduler = "scx_lavd";
|
# scheduler = "scx_lavd";
|
||||||
extraArgs = ["--autopower"];
|
# extraArgs = ["--autopower"];
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Get nicer hostname
|
# Get nicer hostname
|
||||||
networking.hostName = "skadi"; # Define your hostname.
|
networking.hostName = "skadi"; # Define your hostname.
|
||||||
|
|
@ -61,11 +61,6 @@
|
||||||
fallbackDns = ["192.168.0.5"];
|
fallbackDns = ["192.168.0.5"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable wake on lan
|
|
||||||
networking.interfaces."enp4s0".wakeOnLan.policy = [
|
|
||||||
"magic"
|
|
||||||
];
|
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Zagreb";
|
time.timeZone = "Europe/Zagreb";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -146,7 +146,7 @@ in {
|
||||||
settings = {
|
settings = {
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$menu" = "tofi";
|
"$menu" = "tofi";
|
||||||
"$terminal" = "foot";
|
"$terminal" = "kitty";
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
"LIBVA_DRIVER_NAME,nvidia"
|
"LIBVA_DRIVER_NAME,nvidia"
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
gnome-epub-thumbnailer
|
gnome-epub-thumbnailer
|
||||||
nsxiv
|
nsxiv
|
||||||
libarchive
|
libarchive
|
||||||
ueberzugpp
|
# ueberzugpp
|
||||||
];
|
];
|
||||||
plugins.mappings = {
|
plugins.mappings = {
|
||||||
u = "nmount";
|
u = "nmount";
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,11 @@
|
||||||
# Install foot
|
# Install foot
|
||||||
programs.foot.enable = true;
|
programs.foot.enable = true;
|
||||||
|
|
||||||
|
# Install kitty
|
||||||
|
programs.kitty = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Setup and enable mako
|
# Setup and enable mako
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue