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