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 = {
|
wayland.windowManager.sway.config.output = {
|
||||||
"Iiyama North America PL2792UH 1166310803122" = {
|
"Iiyama North America PL2792UH 1166310803122" = {
|
||||||
mode = "3840x2160@60Hz";
|
mode = "3840x2160@60Hz";
|
||||||
position = "1235,0";
|
position = "1080,0";
|
||||||
scale = "1.75";
|
scale = "2";
|
||||||
bg = "~/medias/images/wallpapers/desktop.jpg center #000000";
|
bg = "~/medias/images/wallpapers/desktop.jpg center #000000";
|
||||||
};
|
};
|
||||||
"Iiyama North America PL2792UH 1176923201598" = {
|
"Iiyama North America PL2792UH 1176923201598" = {
|
||||||
mode = "3840x2160@60Hz";
|
mode = "3840x2160@60Hz";
|
||||||
position = "0,0";
|
position = "0,0";
|
||||||
scale = "1.75";
|
scale = "2";
|
||||||
transform = "270";
|
transform = "270";
|
||||||
bg = "~/medias/images/wallpapers/desktop.jpg center #000000";
|
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 = {
|
config.modules = {
|
||||||
application = {
|
application = {
|
||||||
gnupg.enable = true;
|
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
foot.enable = true;
|
foot.enable = true;
|
||||||
};
|
};
|
||||||
cli = {
|
cli = {
|
||||||
direnv.enable = true;
|
|
||||||
ghq.enable = true;
|
|
||||||
git.enable = true;
|
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
utils.enable = true;
|
|
||||||
vifm.enable = true;
|
vifm.enable = true;
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
};
|
};
|
||||||
|
@ -25,8 +20,6 @@
|
||||||
desktop.sway = {
|
desktop.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
kanshi = false;
|
kanshi = false;
|
||||||
wallpapers.lockscreen = "${./files/lockscreen.png}";
|
|
||||||
wallpapers.desktop = "${./files/wallpaper.jpg} center #000000";
|
|
||||||
waybar = {
|
waybar = {
|
||||||
laptop = false;
|
laptop = false;
|
||||||
gpuThermal = {
|
gpuThermal = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue