non important commit
This commit is contained in:
parent
5f560a999c
commit
07d14e3fc2
2 changed files with 22 additions and 1 deletions
11
flake.nix
11
flake.nix
|
|
@ -19,6 +19,14 @@
|
||||||
url = "github:hyprwm/Hyprland";
|
url = "github:hyprwm/Hyprland";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
zen-browser = {
|
||||||
|
url = "github:0xc000022070/zen-browser-flake";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
dolphin-overlay = {
|
||||||
|
url = "github:rumboon/dolphin-overlay";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {nixpkgs, ...} @ inputs: let
|
outputs = {nixpkgs, ...} @ inputs: let
|
||||||
|
|
@ -33,6 +41,9 @@
|
||||||
./configuration/${device-name}/hardware-configuration.nix
|
./configuration/${device-name}/hardware-configuration.nix
|
||||||
inputs.home-manager.nixosModules.default
|
inputs.home-manager.nixosModules.default
|
||||||
inputs.stylix.nixosModules.stylix
|
inputs.stylix.nixosModules.stylix
|
||||||
|
{
|
||||||
|
nixpkgs.overlays = [inputs.dolphin-overlay.overlays.default];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
{pkgs, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
inputs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
libreoffice
|
libreoffice
|
||||||
|
|
@ -12,8 +16,14 @@
|
||||||
qimgv
|
qimgv
|
||||||
wineWowPackages.staging
|
wineWowPackages.staging
|
||||||
ytmdesktop
|
ytmdesktop
|
||||||
|
|
||||||
|
kdePackages.dolphin
|
||||||
|
|
||||||
|
inputs.zen-browser.homeModules.beta
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.zen-browser.enable = true;
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
".config/kdeglobals".text = ''
|
".config/kdeglobals".text = ''
|
||||||
[General]
|
[General]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue