Switch to Fish.
This commit is contained in:
parent
6be9441df1
commit
c13329a7aa
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.nolan = {
|
||||
description = "Nolan Darilek";
|
||||
|
@ -11,12 +13,15 @@
|
|||
"pipewire"
|
||||
"pulse-access"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
home-manager.users.nolan = {
|
||||
home.stateVersion = "24.05";
|
||||
programs = {
|
||||
bash.enable = true;
|
||||
fish.enable = true;
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue