+AZPILOGISTIK02-04
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
home.packages = with pkgs; [
|
||||
rose-pine-hyprcursor
|
||||
nitch
|
||||
google-chrome
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
# # "Hello, world!" when run.
|
||||
# pkgs.hello
|
||||
@@ -76,6 +77,26 @@
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
(final: prev: {
|
||||
google-chrome = prev.google-chrome.override {
|
||||
commandLineArgs = [
|
||||
"--password-store=basic"
|
||||
"--kiosk"
|
||||
"--ozone-platform=x11"
|
||||
"--disable-restore-session-state"
|
||||
"--disable-session-crashed-bubble"
|
||||
"--disable-infobars"
|
||||
"--no-first-run"
|
||||
"--disable-logging"
|
||||
"--incognito"
|
||||
];
|
||||
};
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user