mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
configured networks
vpn isn't configured yet, for cable I don't know
This commit is contained in:
parent
f85c5de8b7
commit
8f8ba0d250
6 changed files with 61 additions and 13 deletions
|
@ -21,9 +21,7 @@ local hotkeys_popup = require("awful.hotkeys_popup")
|
|||
require("awful.hotkeys_popup.keys")
|
||||
|
||||
-- Autstart some stuff
|
||||
awful.spawn.with_shell("nm-applet")
|
||||
awful.spawn.with_shell("light-locker --lock-on-lid")
|
||||
-- awful.spawn.with_shell("nextcloud")
|
||||
|
||||
-- Handle runtime errors after startup
|
||||
do
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
# essentials
|
||||
networkmanagerapplet
|
||||
pcmanfm
|
||||
xsel
|
||||
lightlocker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue