This commit is contained in:
2024-06-06 11:33:16 +01:00
parent ee9ed7bd6f
commit 0ed8ca9814
4 changed files with 21 additions and 7 deletions
+12
View File
@@ -71,6 +71,11 @@
dwm.enable = true; dwm.enable = true;
}; };
}; };
# displayManager.sddm = {
# enable = true;
# wayland.enable = true;
# };
desktopManager.plasma6.enable = true;
libinput.enable = true; libinput.enable = true;
greetd = { greetd = {
enable = true; enable = true;
@@ -95,6 +100,7 @@
environment.etc."greetd/environments".text = '' environment.etc."greetd/environments".text = ''
Hyprland Hyprland
none+i3 none+i3
non+dwm
''; '';
hardware = { hardware = {
@@ -131,6 +137,12 @@ nixpkgs.overlays = [
(final: prev: { (final: prev: {
dwm = prev.dwm.overrideAttrs (old: {src = /home/liamm/oss/dwm;}); dwm = prev.dwm.overrideAttrs (old: {src = /home/liamm/oss/dwm;});
}) })
(final: prev: {
dmenu = prev.dmenu.overrideAttrs (old: {src = /home/liamm/oss/dmenu;});
})
(final: prev: {
slstatus = prev.slstatus.overrideAttrs (old: {src = /home/liamm/oss/slstatus;});
})
]; ];
# nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ # nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
# "steam" # "steam"
+2
View File
@@ -32,6 +32,7 @@
brave brave
brightnessctl brightnessctl
contour contour
dmenu
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
# emacsPackages.pdf-tools # emacsPackages.pdf-tools
exfatprogs exfatprogs
@@ -64,6 +65,7 @@
prismlauncher prismlauncher
qbittorrent qbittorrent
signal-desktop signal-desktop
slstatus
swww swww
texliveFull texliveFull
thunderbird thunderbird
+5 -5
View File
@@ -43,15 +43,15 @@
"swww init" "swww init"
]; ];
env = [ env = [
"WLR_NO_HARDWARE_CURSORS,1"
"HYPRCURSOR_THEME,${config.gtk.cursorTheme.name}" "HYPRCURSOR_THEME,${config.gtk.cursorTheme.name}"
"HYPRCURSOR_SIZE,24" "HYPRCURSOR_SIZE,24"
"XCURSOR_THEME,${config.gtk.cursorTheme.name}"
"XCURSOR_SIZE,24"
"WLR_NO_HARDWARE_CURSORS,1"
"XDG_CURRENT_DESKTOP,Hyprland" "XDG_CURRENT_DESKTOP,Hyprland"
"XDG_SESSION_TYPE,wayland" "XDG_SESSION_TYPE,wayland"
"XDG_SESSION_DESKTOP,Hyprland" "XDG_SESSION_DESKTOP,Hyprland"
"QT_QPA_PLATFORM,Hyprland;xcb" "QT_QPA_PLATFORM,xcb;Hyprland"
# "XCURSOR_THEME,${config.gtk.cursorTheme.name}"
# "XCURSOR_SIZE,24"
]; ];
input = { input = {
kb_layout = "us"; kb_layout = "us";
@@ -363,7 +363,7 @@
input-field = [ input-field = [
{ {
monitor = ""; monitor = "";
size = "300, 50"; size = "300, 20";
outline_thickness = 3; outline_thickness = 3;
dots_size = 0.33; dots_size = 0.33;
dots_spacing = 0.15; dots_spacing = 0.15;
+1 -1
View File
@@ -25,7 +25,7 @@ gtk-wide-tabs = true
macos-non-native-fullscreen = true macos-non-native-fullscreen = true
# font # font
font-size = 14 font-size = 12
# cursor and mouse # cursor and mouse
cursor-style = block cursor-style = block