Changes to config following flake update
This commit is contained in:
parent
143e43818a
commit
f83754fb8d
@ -52,9 +52,6 @@
|
|||||||
# Ignore laptop lid closing when connected to power.
|
# Ignore laptop lid closing when connected to power.
|
||||||
services.logind.lidSwitchExternalPower = "ignore";
|
services.logind.lidSwitchExternalPower = "ignore";
|
||||||
|
|
||||||
# Enable VMWare Workstation
|
|
||||||
virtualisation.vmware.host.enable = true;
|
|
||||||
|
|
||||||
# Enable bluetooth
|
# Enable bluetooth
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
|
@ -156,7 +156,7 @@ client.focused_inactive #333333 #222222 #888888 #292d2e #eeeeee
|
|||||||
client.unfocused #333333 #222222 #888888 #292d2e #eeeeee
|
client.unfocused #333333 #222222 #888888 #292d2e #eeeeee
|
||||||
|
|
||||||
# Auto lock the screen after X minutes
|
# Auto lock the screen after X minutes
|
||||||
exec "xautolock -detectsleep -time 3 -locker i3lock-fancy"
|
#exec "xautolock -detectsleep -time 30 -locker i3lock-fancy"
|
||||||
|
|
||||||
# Startup Applications
|
# Startup Applications
|
||||||
exec_always --no-startup-id "killall polybar; polybar" # status bar
|
exec_always --no-startup-id "killall polybar; polybar" # status bar
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
unzip
|
unzip
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
maple-mono
|
# maple-mono
|
||||||
|
|
||||||
# LSP Servers
|
# LSP Servers
|
||||||
nil
|
nil
|
||||||
@ -28,7 +28,7 @@
|
|||||||
programs = {
|
programs = {
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs29;
|
package = pkgs.emacs30;
|
||||||
extraPackages = epkgs: with epkgs; [
|
extraPackages = epkgs: with epkgs; [
|
||||||
mu4e
|
mu4e
|
||||||
vterm
|
vterm
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
vlc
|
vlc
|
||||||
dconf
|
dconf
|
||||||
brave
|
brave
|
||||||
okular
|
|
||||||
vesktop
|
vesktop
|
||||||
zoom-us
|
zoom-us
|
||||||
discord
|
discord
|
||||||
@ -17,6 +16,7 @@
|
|||||||
virt-viewer
|
virt-viewer
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
protonmail-desktop
|
protonmail-desktop
|
||||||
|
kdePackages.okular
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.obs-studio = {
|
programs.obs-studio = {
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
sqlmap
|
sqlmap
|
||||||
wpscan
|
wpscan
|
||||||
ghidra
|
ghidra
|
||||||
pwndbg
|
|
||||||
strace
|
strace
|
||||||
strace
|
strace
|
||||||
openssl
|
openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user