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
|
||||
pkg-config
|
||||
mpv
|
||||
#productivty
|
||||
todoist-electron
|
||||
#Gaming
|
||||
lutris
|
||||
wine
|
||||
dxvk_2
|
||||
mangohud
|
||||
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
|
||||
binwalk
|
||||
exiftool
|
||||
|
@ -93,7 +76,6 @@
|
|||
eza
|
||||
ollama
|
||||
sl
|
||||
|
||||
#LSP + formatters/linters
|
||||
lua-language-server
|
||||
nil
|
||||
|
|
Loading…
Reference in a new issue