Compare commits

..

No commits in common. "00c364053ba73ffb6425a34b53aec5ae4ffe1bc1" and "fa7afb036e7512723cd1bf4896588b2acdefaff9" have entirely different histories.

4 changed files with 8 additions and 19 deletions

View file

@ -463,11 +463,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683543852, "lastModified": 1683492229,
"narHash": "sha256-aS9qNcg9GwSYFLCWa3Lw+2nVPG11mmQ3B7Oka1hh04M=", "narHash": "sha256-vJgBn/oSW11ujPg+ai92a8DWMssXBpl+/ZeLMS3bDJQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "3f3fa731ad0f99741d4dc98e8e1287b45e30b452", "rev": "de8ba413c578b68ef602c4f4c5909d9636a5bf92",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -489,11 +489,11 @@
"rust-overlay": "rust-overlay_2" "rust-overlay": "rust-overlay_2"
}, },
"locked": { "locked": {
"lastModified": 1683537316, "lastModified": 1683315170,
"narHash": "sha256-IBBtYJ33BiyIYYXTMhNDPdj6b1TNe3xKaK+9+vjUCMw=", "narHash": "sha256-v4neNXXjOGingMw76fnXbYbxOK4pZfGA2r/O+cn5btY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "lanzaboote", "repo": "lanzaboote",
"rev": "39e61a0efe98ff0f87df3d24c002e2673b6499cf", "rev": "ae49611bd6d1cbfc4f5aaa6352c25324b336542a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,4 +1,4 @@
{ ... }: { { inputs, pkgs, config, lib, self, ... }: {
config.home.stateVersion = "22.11"; config.home.stateVersion = "22.11";
imports = [ imports = [
./packages.nix ./packages.nix

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { { inputs, pkgs, config, ... }: {
nixpkgs.config.allowUnfree = false; nixpkgs.config.allowUnfree = false;
services.mpris-proxy.enable = true; services.mpris-proxy.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [

View file

@ -14,17 +14,6 @@ in {
}; };
wayland.windowManager.sway = { wayland.windowManager.sway = {
enable = true; enable = true;
package = (pkgs.swayfx.overrideAttrs (old: {
src = pkgs.fetchFromGitHub {
owner = "WillPower3309";
repo = "swayfx";
rev = "6e53c04abf34599a6c36d1fb57df26d641bee8a1";
sha256 = "sha256-dtAbtiRnY1GL9UuPE9iKwF2ZwxPqaOva196Pl8YARg0=";
};
}));
extraConfig = ''
blur enable
'';
config = rec { config = rec {
modifier = "Mod4"; modifier = "Mod4";
terminal = "alacritty"; terminal = "alacritty";