Compare commits
No commits in common. "15f02d84e2f93bcec33dcf3bcaa9d62795077048" and "0e3faccc53aa3a91e2f0c2094a86742cbb45ea7d" have entirely different histories.
15f02d84e2
...
0e3faccc53
4 changed files with 3 additions and 11 deletions
|
@ -1,16 +1,15 @@
|
|||
_: {
|
||||
wayland.windowManager.sway.checkConfig = false;
|
||||
wayland.windowManager.sway.config.output = {
|
||||
"Iiyama North America PL2792UH 1166310803122" = {
|
||||
mode = "3840x2160@60Hz";
|
||||
position = "1235,0";
|
||||
scale = "1.75";
|
||||
position = "1080,0";
|
||||
scale = "2";
|
||||
bg = "~/medias/images/wallpapers/desktop.jpg center #000000";
|
||||
};
|
||||
"Iiyama North America PL2792UH 1176923201598" = {
|
||||
mode = "3840x2160@60Hz";
|
||||
position = "0,0";
|
||||
scale = "1.75";
|
||||
scale = "2";
|
||||
transform = "270";
|
||||
bg = "~/medias/images/wallpapers/desktop.jpg center #000000";
|
||||
};
|
Binary file not shown.
Before Width: | Height: | Size: 265 KiB |
Binary file not shown.
Before Width: | Height: | Size: 61 KiB |
|
@ -1,16 +1,11 @@
|
|||
{ ... }: {
|
||||
config.modules = {
|
||||
application = {
|
||||
gnupg.enable = true;
|
||||
zathura.enable = true;
|
||||
foot.enable = true;
|
||||
};
|
||||
cli = {
|
||||
direnv.enable = true;
|
||||
ghq.enable = true;
|
||||
git.enable = true;
|
||||
neovim.enable = true;
|
||||
utils.enable = true;
|
||||
vifm.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
@ -25,8 +20,6 @@
|
|||
desktop.sway = {
|
||||
enable = true;
|
||||
kanshi = false;
|
||||
wallpapers.lockscreen = "${./files/lockscreen.png}";
|
||||
wallpapers.desktop = "${./files/wallpaper.jpg} center #000000";
|
||||
waybar = {
|
||||
laptop = false;
|
||||
gpuThermal = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue