diff options
author | Julian T <julian@jtle.dk> | 2021-04-05 16:47:52 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-04-05 16:47:52 +0200 |
commit | 339d729d8d5987f8f0d96c794333a43bac2403cb (patch) | |
tree | f794e5bc88752db0449c113622adddcdaebfd70c /desktop.nix | |
parent | d7cfa0310b0c41300e331142a11d4fd1ca97c797 (diff) |
Indentation and move acpilight to thinkpad
Diffstat (limited to 'desktop.nix')
-rw-r--r-- | desktop.nix | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/desktop.nix b/desktop.nix index 740cab7..7aa65f1 100644 --- a/desktop.nix +++ b/desktop.nix @@ -101,39 +101,39 @@ ]; environment.systemPackages = with pkgs; [ - # General stuff - gopass stow pass gnupg imagemagick acpi gdb sox - - # Nixos stuff - nox nix-index patchelf - - # Network stuff - networkmanagerapplet networkmanager-openconnect iw - wirelesstools - - # Developing - rustup gcc go clang-tools python38Packages.ipython - - # X stuff - feh rofi xorg.xmodmap xss-lock xclip xorg.xkill - acpilight xdotool dunst xcompmgr scrot libnotify i3lock - xbindkeys - - # Gui applications - firefox pavucontrol evince leafpad inkscape gimp - meld pinentry gnome3.gnome-system-monitor - termite quasselClient wireshark spotify - gnome3.file-roller gnome3.gnome-calculator - gnome3.simple-scan vlc mpv xorg.xev - gnome3.evolution evolution-data-server vimHugeX - (mumble.override { pulseSupport = true; }) - libreoffice-fresh liferea qutebrowser mate.caja - audacity - - # Other stuff - texlive.combined.scheme-medium biber - youtube-dl sshpass python38Packages.pynvim - aspell aspellDicts.da aspellDicts.en - ffmpegthumbnailer tio - ]; - } + # General stuff + gopass stow pass gnupg imagemagick acpi gdb sox + + # Nixos stuff + nox nix-index patchelf + + # Network stuff + networkmanagerapplet networkmanager-openconnect iw + wirelesstools + + # Developing + rustup gcc go clang-tools python38Packages.ipython + + # X stuff + feh rofi xorg.xmodmap xss-lock xclip xorg.xkill + acpilight xdotool dunst xcompmgr scrot libnotify i3lock + xbindkeys + + # Gui applications + firefox pavucontrol evince leafpad inkscape gimp + meld pinentry gnome3.gnome-system-monitor + termite quasselClient wireshark spotify + gnome3.file-roller gnome3.gnome-calculator + gnome3.simple-scan vlc mpv xorg.xev + gnome3.evolution evolution-data-server vimHugeX + (mumble.override { pulseSupport = true; }) + libreoffice-fresh liferea qutebrowser mate.caja + audacity + + # Other stuff + texlive.combined.scheme-medium biber + youtube-dl sshpass python38Packages.pynvim + aspell aspellDicts.da aspellDicts.en + ffmpegthumbnailer tio + ]; +} |