re-enable river
This commit is contained in:
@@ -12,8 +12,10 @@
|
|||||||
libgcc
|
libgcc
|
||||||
gleam
|
gleam
|
||||||
glib
|
glib
|
||||||
|
jdk17
|
||||||
kdlfmt
|
kdlfmt
|
||||||
lessc
|
lessc
|
||||||
|
maven
|
||||||
meson
|
meson
|
||||||
nil
|
nil
|
||||||
nim-2_0
|
nim-2_0
|
||||||
@@ -28,7 +30,7 @@
|
|||||||
ruff
|
ruff
|
||||||
rustc
|
rustc
|
||||||
rustup
|
rustup
|
||||||
superhtml
|
# superhtml
|
||||||
ty
|
ty
|
||||||
vscode-langservers-extracted
|
vscode-langservers-extracted
|
||||||
vala
|
vala
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs;[
|
||||||
|
swaybg
|
||||||
|
];
|
||||||
xdg.configFile."niri/config.kdl".source = ./niri.kdl;
|
xdg.configFile."niri/config.kdl".source = ./niri.kdl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
time.timeZone = "${timezone}";
|
time.timeZone = "${timezone}";
|
||||||
|
|
||||||
programs.river-classic.enable = true;
|
programs.river.enable = true;
|
||||||
programs.niri.enable = true;
|
programs.niri.enable = true;
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
fileSystems."/mnt/hoardfrost" = {
|
fileSystems."/mnt/hoardfrost" = {
|
||||||
device = "//10.0.0.217/public";
|
device = "//100.86.190.89/public";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options = [ "username=autumn" "password=autest" "x-systemd.automount" "noauto"];
|
options = [ "username=autumn" "password=autest" "x-systemd.automount" "noauto"];
|
||||||
};
|
};
|
||||||
@@ -94,6 +94,8 @@
|
|||||||
polkit
|
polkit
|
||||||
waypaper
|
waypaper
|
||||||
ristretto
|
ristretto
|
||||||
|
godot
|
||||||
|
ansel
|
||||||
# wayland
|
# wayland
|
||||||
# wayland-protocols
|
# wayland-protocols
|
||||||
# libxkbcommon
|
# libxkbcommon
|
||||||
|
|||||||
Reference in New Issue
Block a user