3 Commits

Author SHA1 Message Date
andromeda
33814b565d add tridactyl to ff 2026-01-02 01:10:56 +01:00
andromeda
b86b5eae5e add global module for phoenix 2026-01-02 01:06:12 +01:00
andromeda
834472fe38 replace librewolf with stock ff 2026-01-02 00:47:58 +01:00
4 changed files with 30 additions and 3 deletions

21
flake.lock generated
View File

@@ -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"
} }
}, },

View File

@@ -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

View File

@@ -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 = [

View File

@@ -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