Compare commits

..

1 Commits

Author SHA1 Message Date
668929c120 i3 feature 2026-08-01 20:20:19 +01:00
11 changed files with 32 additions and 74 deletions

24
flake.lock generated
View File

@@ -366,11 +366,11 @@
"wshowkeys": "wshowkeys" "wshowkeys": "wshowkeys"
}, },
"locked": { "locked": {
"lastModified": 1786391152, "lastModified": 1785262861,
"narHash": "sha256-P+dUN0wWRYLop9lLsnCOEi5bYE/GC5LvzV2VZh520TM=", "narHash": "sha256-aSqAk+X2lcfWKICSTtVdramX5kkuUFy5MGOc58sl1NQ=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "b4426becc44de00e891098b9883eca2b2028f981", "rev": "b8677a83f0f796acfd7dd26832ef27214f5a431f",
"revCount": 53, "revCount": 50,
"type": "git", "type": "git",
"url": "https://git.voidarc.co.uk/voidarc/hypr" "url": "https://git.voidarc.co.uk/voidarc/hypr"
}, },
@@ -940,11 +940,11 @@
"wrappers": "wrappers_2" "wrappers": "wrappers_2"
}, },
"locked": { "locked": {
"lastModified": 1786377545, "lastModified": 1783352922,
"narHash": "sha256-I5/PcFU0jlDw6+32MXpMGJxxHqWBUdYCt6DzFDctybw=", "narHash": "sha256-59Kea6PaeTM6ZBEAWzdPnuLlij2emLd21JsPnobR3B0=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "dc386a5f5cf31925c513a3a39f546d5364289095", "rev": "970da906087f0691932418db8757803d64f60c28",
"revCount": 100, "revCount": 94,
"type": "git", "type": "git",
"url": "https://git.voidarc.co.uk/voidarc/nvim" "url": "https://git.voidarc.co.uk/voidarc/nvim"
}, },
@@ -1047,11 +1047,11 @@
"quickshell": { "quickshell": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1786547899, "lastModified": 1785316762,
"narHash": "sha256-QxLEKq1R455FlEmaarx3cq9mk4jSBxHg3CyseLiOick=", "narHash": "sha256-YDCoSJbBsugRcugBSh4mgwaQkz51RbMEjMxPgZPsNoA=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "e33041b66c66a1b68930bfd3bb58746ffbd5f4b2", "rev": "afbe360b080f349d27359b8507ce429aaa5a5a7e",
"revCount": 72, "revCount": 26,
"type": "git", "type": "git",
"url": "https://git.voidarc.co.uk/voidarc/quickshell" "url": "https://git.voidarc.co.uk/voidarc/quickshell"
}, },

View File

@@ -2,7 +2,7 @@ set $mod Mod4
set $term kitty set $term kitty
set $menu dmenu_run set $menu dmenu_run
exec --no-startup-id xrandr --output HDMI-1 --mode 1920x1080 --rate 60 --pos -1920x0 --output DP-1 --mode 1920x1080 --rate 60 --pos 0x0 --output DP-2 --mode 1920x1080 --rate 60 --pos 1920x0 exec_always --no-startup-id xrandr --output DP-1 --mode 1920x1080 --rate 60 --pos 0x0 --rotate normal --output DP-2 --mode 1920x1080 --rate 60 --pos 1920x0 --rotate normal --output HDMI-A-1 --mode 1920x1080 --rate 60 --pos -1920x0 --rotate normal
font pango:FiraMono Nerd Font 10 font pango:FiraMono Nerd Font 10
@@ -58,14 +58,3 @@ bindsym $mod+Shift+p move container to workspace number 10
# Logout menu # Logout menu
bindsym $mod+Shift+a exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" bindsym $mod+Shift+a exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
# Reload
bindsym $mod+Shift+m reload
# Drag windows with titlebar
tiling_drag modifier titlebar
# Bar
bar {
status_command i3status
}

View File

@@ -1,4 +1,5 @@
{ {
self,
inputs, inputs,
moduleWithSystem, moduleWithSystem,
... ...
@@ -6,6 +7,7 @@
flake.nixosModules.i3 = moduleWithSystem ({ flake.nixosModules.i3 = moduleWithSystem ({
pkgs, pkgs,
self', self',
inputs',
... ...
}: { }: {
services.xserver = { services.xserver = {
@@ -18,8 +20,7 @@
windowManager.i3 = { windowManager.i3 = {
enable = true; enable = true;
package = self'.packages.i3; package = self'.packages.i3;
extraPackages = with pkgs; extraPackages = with pkgs; [
[
dmenu dmenu
i3status i3status
xinit xinit
@@ -27,19 +28,10 @@
}; };
}; };
}); });
perSystem = {pkgs, self', ...}: { perSystem = {pkgs, ...}: {
packages.i3 = inputs.wrappers.lib.wrapPackage ({...}: { packages.i3 = inputs.wrappers.lib.wrapPackage ({...}: {
inherit pkgs; inherit pkgs;
package = pkgs.i3; package = pkgs.i3;
runtimePkgs = with pkgs;
[
xrandr
firefox
]
++ (with self'.packages; [
kitty
nemo
]);
flags = { flags = {
"-c" = ./config; "-c" = ./config;
}; };

View File

@@ -29,7 +29,6 @@
settings = { settings = {
font_size = 11; font_size = 11;
scrollbar = "never"; scrollbar = "never";
pixel_scroll = false;
window_padding_width = 9; window_padding_width = 9;
background_opacity = 0.50; background_opacity = 0.50;
confirm_os_window_close = 0; confirm_os_window_close = 0;

View File

@@ -3,11 +3,7 @@
inputs, inputs,
... ...
}: { }: {
flake.nixosModules.quickshell = moduleWithSystem ({ flake.nixosModules.quickshell = moduleWithSystem ({self', ...}: {
self',
pkgs,
...
}: {
environment.systemPackages = with self'.packages; [ environment.systemPackages = with self'.packages; [
quickshell quickshell
]; ];

View File

@@ -1,11 +0,0 @@
{
self,
moduleWithSystem,
...
}: {
flake.nixosModules.tailscale = moduleWithSystem ({...}: {
services.tailscale = {
enable = true;
};
});
}

View File

@@ -15,8 +15,6 @@
davinci davinci
sddm-autologin sddm-autologin
nix-ld nix-ld
i3
]; ];
}; };
} }

View File

@@ -9,7 +9,6 @@
mobile02Configuration mobile02Configuration
intelDrivers intelDrivers
development development
upower
]; ];
}; };
} }

View File

@@ -10,7 +10,6 @@
sddm sddm
network network
omnisearch omnisearch
tailscale
]; ];
in { in {
imports = modules; imports = modules;

View File

@@ -1,5 +1,13 @@
{...}: { {
flake.nixosModules.amdDrivers = {pkgs, ...}: { self,
inputs,
...
}: {
flake.nixosModules.amdDrivers = {
pkgs,
lib,
...
}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
mesa mesa
rocmPackages.rocm-smi rocmPackages.rocm-smi

View File

@@ -1,11 +0,0 @@
{...}: {
flake.nixosModules.upower = {pkgs, ...}: {
environment.systemPackages = with pkgs; [
upower
];
services = {
upower.enable = true;
power-profiles-daemon.enable = true;
};
};
}