Compare commits
No commits in common. "c50c81cf2f0097e42eaa9b3f94b39564b036e3f0" and "50c7370cd260dd9ce87a2db39944ca35cffb4381" have entirely different histories.
c50c81cf2f
...
50c7370cd2
2 changed files with 14 additions and 32 deletions
13
home.nix
13
home.nix
|
@ -52,8 +52,6 @@
|
||||||
via
|
via
|
||||||
wget
|
wget
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wl-mirror
|
|
||||||
sway-launcher-desktop
|
|
||||||
xdg-utils
|
xdg-utils
|
||||||
zellij
|
zellij
|
||||||
zulip
|
zulip
|
||||||
|
@ -497,16 +495,6 @@
|
||||||
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;
|
||||||
|
@ -539,7 +527,6 @@
|
||||||
"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 = {
|
||||||
|
|
|
@ -8,15 +8,10 @@
|
||||||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
||||||
initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
boot.initrd.kernelModules = [ ];
|
||||||
initrd.kernelModules = [ ];
|
boot.kernelModules = [ "kvm-amd" ];
|
||||||
kernelModules = [
|
boot.extraModulePackages = [ ];
|
||||||
"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";
|
||||||
|
|
Loading…
Reference in a new issue