working fish shell
This commit is contained in:
parent
2d5ee6c621
commit
8b92b025f3
17 changed files with 134 additions and 109 deletions
|
@ -18,7 +18,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs.fish.enable = true;
|
||||
programs.fish.enable = false;
|
||||
|
||||
# homix.".config/fish/config.fish".source = fishinit;
|
||||
# users.users.${username}.shell = pkgs.fish;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}: let
|
||||
cfg = config.modules.system.programs.terminals.foot;
|
||||
colours = config.modules.style.colorScheme.colors;
|
||||
colours = config.modules.style.colorScheme.colors;
|
||||
|
||||
inherit (lib) mkIf;
|
||||
foot-config = pkgs.writeText "foot.ini" (lib.generators.toINI {} {
|
||||
|
|
|
@ -11,7 +11,7 @@ in {
|
|||
programs.steam = {
|
||||
enable = true;
|
||||
# package = pkgs.steam;
|
||||
|
||||
|
||||
# .override {
|
||||
# extraEnv = {
|
||||
# MANGOHUD = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue