Compare commits
2 commits
f6a463beb9
...
c13f4159a6
| Author | SHA1 | Date | |
|---|---|---|---|
| c13f4159a6 | |||
| 8a6bf79828 |
3 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,10 @@ in {
|
||||||
# For nix
|
# For nix
|
||||||
pkgs.nixd
|
pkgs.nixd
|
||||||
pkgs.alejandra
|
pkgs.alejandra
|
||||||
|
# for lua
|
||||||
|
pkgs.lua-language-server
|
||||||
|
# for webdevelopment json/html/...
|
||||||
|
pkgs.vscode-langservers-extracted
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@
|
||||||
ventoy
|
ventoy
|
||||||
feather
|
feather
|
||||||
gparted
|
gparted
|
||||||
|
cameractrls-gtk4
|
||||||
];
|
];
|
||||||
|
|
||||||
# Install thunderbird
|
# Install thunderbird
|
||||||
|
|
|
||||||
|
|
@ -171,6 +171,7 @@ in {
|
||||||
"wl-paste --type text --watch cliphist store" # Stores only text data
|
"wl-paste --type text --watch cliphist store" # Stores only text data
|
||||||
"wl-paste --type image --watch cliphist store" # Stores only image data
|
"wl-paste --type image --watch cliphist store" # Stores only image data
|
||||||
"keepassxc" # Startup my password manager
|
"keepassxc" # Startup my password manager
|
||||||
|
"cameractrlsd" # Start service to configure my webcam settings
|
||||||
"systemctl --user start hyprpolkitagent"
|
"systemctl --user start hyprpolkitagent"
|
||||||
"systemctl --user start hyprpaper"
|
"systemctl --user start hyprpaper"
|
||||||
"systemctl --user start hypridle"
|
"systemctl --user start hypridle"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue