Compare commits

..

No commits in common. "62b6b06db40490f53b010018da454c9ee9e4c75b" and "aeb743ac90f1c6db8542344a5a64461ef69eb668" have entirely different histories.

5 changed files with 7 additions and 24 deletions

View file

@ -18,8 +18,8 @@
qt = {
enable = true;
# platformTheme = "gnome";
# style = "adwaita-dark";
platformTheme = "gnome";
style = "adwaita-dark";
};
home-manager.users.krizej = {
@ -42,5 +42,4 @@
};
};
};
}
}

View file

@ -88,13 +88,6 @@
updateInterval = 24 * 60 * 60 * 1000;
definedAliases = [ "@aw" ];
};
"NixOS Wiki" = {
urls = [ { template = "https://nixos.wiki/index.php?search={searchTerms}&go=Go"; } ];
icon = "https://nixos.wiki/favicon.png";
iconUpdateURL = "https://nixos.wiki/favicon.png";
updateInterval = 24 * 60 * 60 * 1000;
definedAliases = [ "@nw" ];
};
# the rest can fuck off
"Bing".metaData.hidden = true;

View file

@ -3,5 +3,3 @@ i have no idea what i'm doing
todo:
- fix formatting in pkgs/
- laptop config
- steal poz firefox config
- install jetbrains plugins via nix

View file

@ -5,16 +5,8 @@
sddm = {
enable = true;
theme = "sddm-i3-theme";
settings = {
General = {
InputMethod = "";
};
};
};
};
environment.systemPackages = [
pkgs.sddm-i3-theme
pkgs.libsForQt5.sddm
];
environment.systemPackages = [ pkgs.sddm-i3-theme ];
}

View file

@ -25,6 +25,8 @@
};
};
home-manager.users.krizej.xsession.enable = true;
environment.systemPackages = with pkgs; [
xclip
xorg.xkill
@ -44,5 +46,4 @@
# scrollMethod = "edge";
# };
# };
}
}