switched to fish
oh-my-fish/theme-agnoster has issues on nix so i forked it and am working on fixing it, for now i have it in a state where the annoying thing doesnt happen, and this means i have the same functionality actually better because the autocomplete and syntax highlighting is much nicer fish ftw
This commit is contained in:
parent
661356a198
commit
ff65efd702
6 changed files with 43 additions and 63 deletions
|
@ -116,19 +116,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
musnix.enable = true;
|
||||
|
||||
# pam.services = [
|
||||
# { name = "gnome_keyring"
|
||||
# text = ''
|
||||
# auth optional ${gnome3.gnome_keyring}/lib/security/pam_gnome_keyring.so
|
||||
# session optional ${gnome3.gnome_keyring}/lib/security/pam_gnome_keyring.so auto_start
|
||||
#
|
||||
# password optional ${gnome3.gnome_keyring}/lib/security/pam_gnome_keyring.so
|
||||
# '';
|
||||
# }
|
||||
# ];
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
nix.settings.trusted-users = [
|
||||
|
@ -136,7 +123,7 @@
|
|||
"blue"
|
||||
];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs.fish.enable = true;
|
||||
users.users.blue = {
|
||||
isNormalUser = true;
|
||||
description = "Gabriella Bere";
|
||||
|
@ -146,12 +133,11 @@
|
|||
"dialout"
|
||||
"audio"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
# Enable fingerprint daemon
|
||||
services.fprintd.enable = true;
|
||||
# services.fprintd.tod.enable = true;
|
||||
|
||||
# Enable bluetooth and blueman
|
||||
hardware.bluetooth = {
|
||||
|
@ -178,6 +164,8 @@
|
|||
programs.steam.remotePlay.openFirewall = true;
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
# Enable musnix for realtime audio and other such useful things
|
||||
musnix.enable = true;
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
43391 # used to forward minecraft traffic to minecraft.gabbie.blue:33991
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue