mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-12 09:58:40 +00:00
Extract Sway config
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
{command = "${nixpkgs.waybar}/bin/waybar";}
|
||||
];
|
||||
};
|
||||
extraConfig = ''
|
||||
output Unknown-1 scale 2
|
||||
'';
|
||||
extraConfig = builtins.readFile ./sway.conf;
|
||||
};
|
||||
|
||||
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