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 = {
|
users.users.nolan = {
|
||||||
description = "Nolan Darilek";
|
description = "Nolan Darilek";
|
||||||
|
@ -11,12 +13,15 @@
|
||||||
"pipewire"
|
"pipewire"
|
||||||
"pulse-access"
|
"pulse-access"
|
||||||
];
|
];
|
||||||
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.fish.enable = true;
|
||||||
|
|
||||||
home-manager.users.nolan = {
|
home-manager.users.nolan = {
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
programs = {
|
programs = {
|
||||||
bash.enable = true;
|
fish.enable = true;
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue