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";
|
||||
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
|
||||
|
|
@ -33,6 +41,9 @@
|
|||
./configuration/${device-name}/hardware-configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.stylix.nixosModules.stylix
|
||||
{
|
||||
nixpkgs.overlays = [inputs.dolphin-overlay.overlays.default];
|
||||
}
|
||||
{
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
libreoffice
|
||||
|
|
@ -12,8 +16,14 @@
|
|||
qimgv
|
||||
wineWowPackages.staging
|
||||
ytmdesktop
|
||||
|
||||
kdePackages.dolphin
|
||||
|
||||
inputs.zen-browser.homeModules.beta
|
||||
];
|
||||
|
||||
programs.zen-browser.enable = true;
|
||||
|
||||
file = {
|
||||
".config/kdeglobals".text = ''
|
||||
[General]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue