diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-01-13 17:50:48 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-01-13 17:50:48 +0530 |
| commit | 1f5fd6dba444ef0faef7e0799a205183c6ceb9af (patch) | |
| tree | dd78bb0a468003dca5122cd17c21406b7442e1da /config | |
| parent | fba2849d709fcafa500ca2392e58b15255f4ef5b (diff) | |
| download | nixos-config-1f5fd6dba444ef0faef7e0799a205183c6ceb9af.tar.gz nixos-config-1f5fd6dba444ef0faef7e0799a205183c6ceb9af.zip | |
config sync
Diffstat (limited to '')
| m--------- | config/nvim | 0 | ||||
| -rw-r--r-- | config/picom.conf | 3 | ||||
| -rw-r--r-- | config/qutebrowser/homepage/index.html | 4 | ||||
| -rw-r--r-- | configuration.nix | 14 |
4 files changed, 15 insertions, 6 deletions
diff --git a/config/nvim b/config/nvim -Subproject 0d9ac9f04656a0a92c719f2d78676dc970196a1 +Subproject 1ca488856ceae2e30c98c1ea79243fcf650561a diff --git a/config/picom.conf b/config/picom.conf index f0115c3..38de5ad 100644 --- a/config/picom.conf +++ b/config/picom.conf @@ -1,9 +1,8 @@ -backend = "glx"; +backend = "xrender"; # glx inactive-dim = 0.3; focus-exclude = [ "class_g = 'dwm'", "class_g = 'dmenu'"]; -#backend = "glx"; #blur-method = "dual_kawase"; #blur-strength = 2; diff --git a/config/qutebrowser/homepage/index.html b/config/qutebrowser/homepage/index.html index 0794c1d..b27ea82 100644 --- a/config/qutebrowser/homepage/index.html +++ b/config/qutebrowser/homepage/index.html @@ -244,8 +244,8 @@ }, ]; - const $grid = $('#grid'); - render($grid, h('div', { className: 'grid' }, blocks.map(getBlock))); + // const $grid = $('#grid'); + // render($grid, h('div', { className: 'grid' }, blocks.map(getBlock))); </script> </body> </html> diff --git a/configuration.nix b/configuration.nix index 8f37b76..1c30b42 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,7 +10,7 @@ in { imports = [ <home-manager/nixos> - ./hardware/thinkpad-e14/hardware-configuration.nix + ./hardware/thinkpad-e14/default.nix ./packages.nix ./overlays-system.nix ./modules/login.nix @@ -91,7 +91,7 @@ in xdgOpenUsePortal = false; extraPortals = (with pkgs; [ xdg-desktop-portal - xdg-desktop-portal-gtk + # xdg-desktop-portal-gtk xdg-desktop-portal-xapp ]); }; @@ -128,6 +128,16 @@ in noto-fonts-emoji ]; + services.logind = { + powerKey = "ignore"; + rebootKey = "ignore"; + lidSwitch = "ignore"; + lidSwitchDocked = "ignore"; + lidSwitchExternalPower = "ignore"; + hibernateKey = "ignore"; + suspendKey = "ignore"; + }; + # programs.firefox = { # enable = true; # preferences = { |
