Small tweaks for macbook-nixos
This commit is contained in:
parent
f21f4ed2d1
commit
7bd9cb16b8
3 changed files with 7 additions and 8 deletions
|
@ -3,6 +3,8 @@ with lib;
|
|||
let
|
||||
cfg = config.linux.graphical;
|
||||
|
||||
vscode = with pkgs; if stdenv.isAarch64 then unstable.vscode else unstable.vscode-fhs;
|
||||
|
||||
alwaysStartup = with pkgs; [ ];
|
||||
in
|
||||
{
|
||||
|
@ -32,7 +34,7 @@ in
|
|||
gnome.cheese # Webcam check
|
||||
evince # PDF reader
|
||||
gparted
|
||||
pkgs.unstable.vscode-fhs
|
||||
vscode
|
||||
feh # For images?
|
||||
deluge # Torrent client
|
||||
pavucontrol # PulseAudio control panel
|
||||
|
|
|
@ -382,7 +382,6 @@ in
|
|||
"cpu"
|
||||
"memory"
|
||||
"temperature"
|
||||
"backlight"
|
||||
] ++ (
|
||||
if cfg.enableLaptopBars
|
||||
then [ "battery" "battery#bat2" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue