add fish to cnixpad

This commit is contained in:
2025-01-02 20:38:08 +01:00
parent eb6727e458
commit f651438ca7
4 changed files with 7 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
in {
users.users.cnst = {
isNormalUser = true;
shell = pkgs.zsh;
shell = pkgs.fish;
# openssh.authorizedKeys.keys = [];
extraGroups = ifTheyExist [
"wheel"

View File

@@ -60,6 +60,9 @@
corectrl = {
enable = false;
};
fish = {
enable = true;
};
gamemode = {
enable = false;
optimizeGpu = {
@@ -125,7 +128,7 @@
enable = true;
};
zsh = {
enable = true;
enable = false;
};
};
services = {

View File

@@ -14,14 +14,14 @@ in {
programs.rofi = {
enable = true;
package = pkgs.rofi-wayland;
extraConfig = {
theme = ./style.rasi;
font = "Input Mono Narrow Light 12";
extraConfig = {
show-icons = true;
drun-display-format = "{name}";
disable-history = false;
sidebar-mode = false;
};
theme = ./style.rasi;
};
};
}

View File

@@ -1,6 +1,5 @@
{
config,
osConfig,
lib,
pkgs,
inputs,