Compare commits

..

2 commits

Author SHA1 Message Date
c50c81cf2f switch to new launcher, terminal style 2024-06-16 18:06:04 +02:00
c9db8582b4 formatting 2024-06-16 18:05:17 +02:00
2 changed files with 32 additions and 14 deletions

View file

@ -52,6 +52,8 @@
via via
wget wget
wl-clipboard wl-clipboard
wl-mirror
sway-launcher-desktop
xdg-utils xdg-utils
zellij zellij
zulip zulip
@ -495,6 +497,16 @@
smart_gaps inverse_outer smart_gaps inverse_outer
''; '';
config = { config = {
window = {
commands = [
{
command = "floating enable, sticky enable, resize set 20 ppt 40 ppt, border pixel 10";
criteria = {
app_id = "^launcher";
};
}
];
};
gaps = { gaps = {
inner = 50; inner = 50;
vertical = 100; vertical = 100;
@ -527,6 +539,7 @@
"XF86AudioNext" = "exec playerctl next"; "XF86AudioNext" = "exec playerctl next";
"XF86AudioPrev" = "exec playerctl previous"; "XF86AudioPrev" = "exec playerctl previous";
}; };
menu = "kitty --app-id launcher -e sway-launcher-desktop";
modifier = "Mod4"; modifier = "Mod4";
output = { output = {
DP-1 = { DP-1 = {

View file

@ -8,10 +8,15 @@
[ (modulesPath + "/installer/scan/not-detected.nix") [ (modulesPath + "/installer/scan/not-detected.nix")
]; ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; boot = {
boot.initrd.kernelModules = [ ]; initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
boot.kernelModules = [ "kvm-amd" ]; initrd.kernelModules = [ ];
boot.extraModulePackages = [ ]; kernelModules = [
"kvm-amd"
"v4l2loopback"
];
extraModulePackages = [ pkgs.linuxPackages.v4l2loopback ];
};
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/f0a69b93-3fdc-48ad-a288-a12ce1e3a205"; { device = "/dev/disk/by-uuid/f0a69b93-3fdc-48ad-a288-a12ce1e3a205";