mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Add more nix packages
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
home.username = "dgallant";
|
home.username = "dgallant";
|
||||||
home.homeDirectory = "/home/dgallant";
|
home.homeDirectory = "/home/dgallant";
|
||||||
home.stateVersion = "20.09";
|
home.stateVersion = "20.09";
|
||||||
|
home.sessionVariables.LOCALES_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
awscli2
|
awscli2
|
||||||
@@ -16,7 +17,10 @@
|
|||||||
direnv
|
direnv
|
||||||
exa
|
exa
|
||||||
fd
|
fd
|
||||||
|
firefox
|
||||||
fzf
|
fzf
|
||||||
|
gimp
|
||||||
|
glibcLocales
|
||||||
go
|
go
|
||||||
golint
|
golint
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
@@ -27,6 +31,7 @@
|
|||||||
jq
|
jq
|
||||||
nmap
|
nmap
|
||||||
openvpn
|
openvpn
|
||||||
|
pavucontrol
|
||||||
postman
|
postman
|
||||||
python38
|
python38
|
||||||
rfd
|
rfd
|
||||||
@@ -50,8 +55,32 @@
|
|||||||
zathura
|
zathura
|
||||||
zip
|
zip
|
||||||
zsh-fast-syntax-highlighting
|
zsh-fast-syntax-highlighting
|
||||||
|
|
||||||
|
# fonts
|
||||||
|
aileron
|
||||||
|
comfortaa
|
||||||
|
dejavu_fonts
|
||||||
|
dina-font
|
||||||
|
eunomia
|
||||||
|
fantasque-sans-mono
|
||||||
|
fira
|
||||||
|
fira-code
|
||||||
|
fira-code-symbols
|
||||||
|
fira-mono
|
||||||
|
font-awesome
|
||||||
|
helvetica-neue-lt-std
|
||||||
|
hermit
|
||||||
|
ibm-plex
|
||||||
|
inconsolata
|
||||||
|
liberation_ttf
|
||||||
|
libre-baskerville
|
||||||
|
libre-bodoni
|
||||||
|
libre-caslon
|
||||||
|
libre-franklin
|
||||||
];
|
];
|
||||||
|
|
||||||
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
|
@@ -130,7 +130,7 @@ super + {_,shift + }s
|
|||||||
|
|
||||||
# lock
|
# lock
|
||||||
super + l
|
super + l
|
||||||
slock
|
i3lock-fancy
|
||||||
|
|
||||||
# screenshot
|
# screenshot
|
||||||
super + @Print
|
super + @Print
|
||||||
|
Reference in New Issue
Block a user