updated home-manager config
This commit is contained in:
parent
8203c5ebea
commit
b9551af167
1 changed files with 2 additions and 20 deletions
22
home.nix
22
home.nix
|
@ -57,31 +57,14 @@
|
||||||
imagemagick
|
imagemagick
|
||||||
pkg-config
|
pkg-config
|
||||||
mpv
|
mpv
|
||||||
|
#productivty
|
||||||
|
todoist-electron
|
||||||
#Gaming
|
#Gaming
|
||||||
lutris
|
lutris
|
||||||
wine
|
wine
|
||||||
dxvk_2
|
dxvk_2
|
||||||
mangohud
|
mangohud
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
#zsh-autosuggestions
|
|
||||||
#zsh-autocomplete
|
|
||||||
#zsh-powerlevel10k
|
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
|
||||||
# # "Hello, world!" when run.
|
|
||||||
# pkgs.hello
|
|
||||||
|
|
||||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
|
||||||
# # overrides. You can do that directly here, just don't forget the
|
|
||||||
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
|
|
||||||
# # fonts?
|
|
||||||
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
|
||||||
|
|
||||||
# # You can also create simple shell scripts directly inside your
|
|
||||||
# # configuration. For example, this adds a command 'my-hello' to your
|
|
||||||
# # environment:
|
|
||||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
|
||||||
# echo "Hello, ${config.home.username}!"
|
|
||||||
# '')
|
|
||||||
# for cmpm17
|
# for cmpm17
|
||||||
binwalk
|
binwalk
|
||||||
exiftool
|
exiftool
|
||||||
|
@ -93,7 +76,6 @@
|
||||||
eza
|
eza
|
||||||
ollama
|
ollama
|
||||||
sl
|
sl
|
||||||
|
|
||||||
#LSP + formatters/linters
|
#LSP + formatters/linters
|
||||||
lua-language-server
|
lua-language-server
|
||||||
nil
|
nil
|
||||||
|
|
Loading…
Reference in a new issue