more r
This commit is contained in:
parent
233498a3ff
commit
3cac518ebf
5 changed files with 21 additions and 10 deletions
|
|
@ -22,8 +22,8 @@
|
||||||
networking.hostName = "nova";
|
networking.hostName = "nova";
|
||||||
}
|
}
|
||||||
./system
|
./system
|
||||||
# ./system/gnome.nix
|
./system/gnome.nix
|
||||||
./system/xfce.nix
|
# ./system/xfce.nix
|
||||||
./system/hardware-nova.nix
|
./system/hardware-nova.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@
|
||||||
};
|
};
|
||||||
in [
|
in [
|
||||||
bookdown
|
bookdown
|
||||||
|
catmaply
|
||||||
DAAG
|
DAAG
|
||||||
devtools
|
devtools
|
||||||
dplyr
|
dplyr
|
||||||
|
|
@ -49,6 +50,8 @@
|
||||||
magrittr
|
magrittr
|
||||||
mapproj
|
mapproj
|
||||||
openxlsx
|
openxlsx
|
||||||
|
plotly
|
||||||
|
progress
|
||||||
purrr
|
purrr
|
||||||
qrcode
|
qrcode
|
||||||
readODS
|
readODS
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@
|
||||||
tmux
|
tmux
|
||||||
tree
|
tree
|
||||||
unzip
|
unzip
|
||||||
|
wl-clipboard
|
||||||
|
|
||||||
# messenger
|
# messenger
|
||||||
mattermost-desktop
|
mattermost-desktop
|
||||||
|
|
@ -58,6 +59,8 @@
|
||||||
vdirsyncer
|
vdirsyncer
|
||||||
khal
|
khal
|
||||||
khard
|
khard
|
||||||
|
taskwarrior
|
||||||
|
taskopen
|
||||||
gnome.gnome-sound-recorder
|
gnome.gnome-sound-recorder
|
||||||
zoom-us
|
zoom-us
|
||||||
|
|
||||||
|
|
@ -75,6 +78,7 @@
|
||||||
qutebrowser
|
qutebrowser
|
||||||
nyxt
|
nyxt
|
||||||
chromium
|
chromium
|
||||||
|
mullvad-vpn
|
||||||
|
|
||||||
# media
|
# media
|
||||||
vlc
|
vlc
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@ let
|
||||||
arydshln
|
arydshln
|
||||||
bbding
|
bbding
|
||||||
csquotes
|
csquotes
|
||||||
|
enotez
|
||||||
|
enumitem
|
||||||
environ
|
environ
|
||||||
gensymb
|
gensymb
|
||||||
lastpage
|
lastpage
|
||||||
|
|
@ -18,6 +20,7 @@ let
|
||||||
tcolorbox
|
tcolorbox
|
||||||
threeparttable
|
threeparttable
|
||||||
threeparttablex
|
threeparttablex
|
||||||
|
translations
|
||||||
was
|
was
|
||||||
wrapfig
|
wrapfig
|
||||||
xpatch
|
xpatch
|
||||||
|
|
|
||||||
|
|
@ -36,14 +36,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
sound.enable = false;
|
# sound.enable = true;
|
||||||
hardware.pulseaudio.enable = false;
|
# hardware.pulseaudio.enable = false;
|
||||||
services.pipewire = {
|
# services.pipewire = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
alsa.enable = true;
|
# alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
# alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
# pulse.enable = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.config.joypixels.acceptLicense = true;
|
nixpkgs.config.joypixels.acceptLicense = true;
|
||||||
|
|
@ -75,6 +75,7 @@
|
||||||
dbus.enable = true;
|
dbus.enable = true;
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
|
mullvad-vpn.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = "22.11";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue