Compare commits
3 Commits
122a7fa174
...
33814b565d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33814b565d | ||
|
|
b86b5eae5e | ||
|
|
834472fe38 |
21
flake.lock
generated
21
flake.lock
generated
@@ -455,6 +455,26 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"phoenix": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1766543224,
|
||||||
|
"narHash": "sha256-96PBoNqh3sPU9t+IXxcB1OjjuQ8HOv42OOh9UtwFHbU=",
|
||||||
|
"owner": "celenityy",
|
||||||
|
"repo": "Phoenix",
|
||||||
|
"rev": "f09568c8a71af4fe42dd43c6f711c67daf605f1e",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "celenityy",
|
||||||
|
"repo": "Phoenix",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"agenix": "agenix",
|
"agenix": "agenix",
|
||||||
@@ -464,6 +484,7 @@
|
|||||||
"noshell": "noshell",
|
"noshell": "noshell",
|
||||||
"nur": "nur",
|
"nur": "nur",
|
||||||
"nvf": "nvf",
|
"nvf": "nvf",
|
||||||
|
"phoenix": "phoenix",
|
||||||
"stylix": "stylix"
|
"stylix": "stylix"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -22,6 +22,10 @@
|
|||||||
url = "github:notashelf/nvf";
|
url = "github:notashelf/nvf";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
phoenix = {
|
||||||
|
url = "github:celenityy/Phoenix";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
stylix = {
|
stylix = {
|
||||||
url = "github:nix-community/stylix";
|
url = "github:nix-community/stylix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@@ -35,6 +39,7 @@
|
|||||||
noshell,
|
noshell,
|
||||||
nur,
|
nur,
|
||||||
nvf,
|
nvf,
|
||||||
|
phoenix,
|
||||||
stylix,
|
stylix,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
@@ -51,6 +56,7 @@
|
|||||||
./secrets.nix
|
./secrets.nix
|
||||||
impermanence.nixosModules.impermanence
|
impermanence.nixosModules.impermanence
|
||||||
agenix.nixosModules.default
|
agenix.nixosModules.default
|
||||||
|
phoenix.nixosModules.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
configurationWithHomeManager = machine: (configuration machine
|
configurationWithHomeManager = machine: (configuration machine
|
||||||
|
|||||||
@@ -179,9 +179,9 @@ in {
|
|||||||
};
|
};
|
||||||
gh.enable = true;
|
gh.enable = true;
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
librewolf = {
|
firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.librewolf.override {
|
package = pkgs.firefox.override {
|
||||||
cfg.enableTridactylNative = true;
|
cfg.enableTridactylNative = true;
|
||||||
};
|
};
|
||||||
profiles.${config.home.username}.extensions.packages = [
|
profiles.${config.home.username}.extensions.packages = [
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ output * bg @backgroundImagePath@ fill
|
|||||||
bindsym $mod+Shift+Return exec $term
|
bindsym $mod+Shift+Return exec $term
|
||||||
bindsym $mod+Shift+d exec $menu
|
bindsym $mod+Shift+d exec $menu
|
||||||
bindsym $mod+Shift+a exec anki
|
bindsym $mod+Shift+a exec anki
|
||||||
bindsym $mod+Shift+q exec librewolf
|
bindsym $mod+Shift+q exec firefox
|
||||||
bindsym $mod+Shift+s exec $screenshot
|
bindsym $mod+Shift+s exec $screenshot
|
||||||
|
|
||||||
bindsym $mod+Shift+c kill
|
bindsym $mod+Shift+c kill
|
||||||
|
|||||||
Reference in New Issue
Block a user