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"
}
},
"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": {
"inputs": {
"agenix": "agenix",
@@ -464,6 +484,7 @@
"noshell": "noshell",
"nur": "nur",
"nvf": "nvf",
"phoenix": "phoenix",
"stylix": "stylix"
}
},

View File

@@ -22,6 +22,10 @@
url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
};
phoenix = {
url = "github:celenityy/Phoenix";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs";
@@ -35,6 +39,7 @@
noshell,
nur,
nvf,
phoenix,
stylix,
...
}: let
@@ -51,6 +56,7 @@
./secrets.nix
impermanence.nixosModules.impermanence
agenix.nixosModules.default
phoenix.nixosModules.default
];
};
configurationWithHomeManager = machine: (configuration machine

View File

@@ -179,9 +179,9 @@ in {
};
gh.enable = true;
home-manager.enable = true;
librewolf = {
firefox = {
enable = true;
package = pkgs.librewolf.override {
package = pkgs.firefox.override {
cfg.enableTridactylNative = true;
};
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+d exec $menu
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+c kill