forked from kanashimia/nixos-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kanashimia
committed
Apr 15, 2021
1 parent
6c00bf6
commit 0221aa8
Showing
6 changed files
with
119 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
let | ||
profile = { | ||
home.packages = with pkgs; [ | ||
fortune neofetch gparted st rofi vivaldi discord steam flameshot | ||
fortune neofetch gparted st rofi vivaldi discord steam flameshot libreoffice | ||
]; | ||
|
||
programs = { | ||
|
@@ -19,12 +19,26 @@ profile = { | |
syu = "sudo nixos-rebuild switch"; | ||
syr = "sudo nixos-rebuild switch --rollback"; | ||
}; | ||
plugins = [ | ||
{ name = "spacefish"; | ||
src = pkgs.fetchFromGitHub { | ||
owner = "matchai"; | ||
repo = "spacefish"; | ||
rev = "adbb02a9866547f235380ea9db8c71424bd6e611"; | ||
sha256 = "Asz+m17DsPRPAFLb9mU+L7rubwAxe4CvvSZpxCdTiMU="; | ||
}; | ||
} | ||
]; | ||
}; | ||
git = { | ||
enable = true; | ||
userEmail = "[email protected]"; | ||
userName = "Nikita Ursol"; | ||
}; | ||
fzf = { | ||
enable = true; | ||
enableFishIntegration = true; | ||
}; | ||
}; | ||
|
||
xsession.windowManager = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters