mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-14 10:58:40 +00:00
Extract Sway config
This commit is contained in:
@@ -13,9 +13,7 @@
|
|||||||
{command = "${nixpkgs.waybar}/bin/waybar";}
|
{command = "${nixpkgs.waybar}/bin/waybar";}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = builtins.readFile ./sway.conf;
|
||||||
output Unknown-1 scale 2
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
|
4
home-manager/sway.conf
Normal file
4
home-manager/sway.conf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
output Unknown-1 scale 2
|
||||||
|
input * {
|
||||||
|
xkb_layout "gb"
|
||||||
|
}
|
Reference in New Issue
Block a user