Compare commits
No commits in common. "f83754fb8d23d5fd76572555920d7a8329a8278d" and "a90323483768ddae064bc74fcebd91593f5ea622" have entirely different histories.
f83754fb8d
...
a903234837
@ -52,6 +52,9 @@
|
|||||||
# 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 30 -locker i3lock-fancy"
|
exec "xautolock -detectsleep -time 3 -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
|
||||||
|
18
flake.lock
generated
18
flake.lock
generated
@ -7,11 +7,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744380363,
|
"lastModified": 1739381933,
|
||||||
"narHash": "sha256-cXjAUuAfQDPSLSsckZuTioQ986iqSPTzx8D7dLAcC+Q=",
|
"narHash": "sha256-4gvobxITgcrNGfwsVG5a46QzQCX89btIYw23p0ilbcc=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "e43c6bcb101ba3301522439c459288c4a248f624",
|
"rev": "15b59d4191b993ebdfcb1f61b834fced217882ba",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -28,11 +28,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744224272,
|
"lastModified": 1742013980,
|
||||||
"narHash": "sha256-cqePj5nuC7flJWNncaVAFq1YZncU0PSyO0DEqGn+vYc=",
|
"narHash": "sha256-34YbfwABU5nb0F5eaaJE3ujldaNDhmyxw7CWqhXJV08=",
|
||||||
"owner": "LnL7",
|
"owner": "LnL7",
|
||||||
"repo": "nix-darwin",
|
"repo": "nix-darwin",
|
||||||
"rev": "113883e37d985d26ecb65282766e5719f2539103",
|
"rev": "9175b4bb5f127fb7b5784b14f7e01abff24c378f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -43,11 +43,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744232761,
|
"lastModified": 1739214665,
|
||||||
"narHash": "sha256-gbl9hE39nQRpZaLjhWKmEu5ejtQsgI5TWYrIVVJn30U=",
|
"narHash": "sha256-26L8VAu3/1YRxS8MHgBOyOM8xALdo6N0I04PgorE7UM=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "f675531bc7e6657c10a18b565cfebd8aa9e24c14",
|
"rev": "64e75cd44acf21c7933d61d7721e812eac1b5a0a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -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.emacs30;
|
package = pkgs.emacs29;
|
||||||
extraPackages = epkgs: with epkgs; [
|
extraPackages = epkgs: with epkgs; [
|
||||||
mu4e
|
mu4e
|
||||||
vterm
|
vterm
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
vlc
|
vlc
|
||||||
dconf
|
dconf
|
||||||
brave
|
brave
|
||||||
|
okular
|
||||||
vesktop
|
vesktop
|
||||||
zoom-us
|
zoom-us
|
||||||
discord
|
discord
|
||||||
@ -16,7 +17,6 @@
|
|||||||
virt-viewer
|
virt-viewer
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
protonmail-desktop
|
protonmail-desktop
|
||||||
kdePackages.okular
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.obs-studio = {
|
programs.obs-studio = {
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
sqlmap
|
sqlmap
|
||||||
wpscan
|
wpscan
|
||||||
ghidra
|
ghidra
|
||||||
|
pwndbg
|
||||||
strace
|
strace
|
||||||
strace
|
strace
|
||||||
openssl
|
openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user