disable niri
This commit is contained in:
parent
e7a892e2fd
commit
752a81ccaf
2 changed files with 5 additions and 23 deletions
14
flake.nix
14
flake.nix
|
@ -33,11 +33,6 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
niri = {
|
|
||||||
url = "github:sodiboo/niri-flake";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
# secret-config = {
|
# secret-config = {
|
||||||
# url = "git+ssh://git@code.muhh.lol/muhh/nix-config-secret.git";
|
# url = "git+ssh://git@code.muhh.lol/muhh/nix-config-secret.git";
|
||||||
# flake = true;
|
# flake = true;
|
||||||
|
@ -52,7 +47,6 @@
|
||||||
sops-nix,
|
sops-nix,
|
||||||
stylix,
|
stylix,
|
||||||
nixvim,
|
nixvim,
|
||||||
niri,
|
|
||||||
# secret-config,
|
# secret-config,
|
||||||
...
|
...
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
|
@ -68,12 +62,6 @@
|
||||||
./hosts/cube.nix
|
./hosts/cube.nix
|
||||||
lix-module.nixosModules.default
|
lix-module.nixosModules.default
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
niri.nixosModules.niri
|
|
||||||
# {
|
|
||||||
# environment.systemPackages = [
|
|
||||||
# secret-config.packages.${system}.default
|
|
||||||
# ];
|
|
||||||
# }
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
muhhStar = lib.nixosSystem {
|
muhhStar = lib.nixosSystem {
|
||||||
|
@ -98,8 +86,6 @@
|
||||||
nixvim.homeManagerModules.nixvim
|
nixvim.homeManagerModules.nixvim
|
||||||
sops-nix.homeManagerModules.sops
|
sops-nix.homeManagerModules.sops
|
||||||
stylix.homeManagerModules.stylix
|
stylix.homeManagerModules.stylix
|
||||||
niri.homeModules.niri
|
|
||||||
niri.homeModules.stylix
|
|
||||||
./home.nix
|
./home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
14
home.nix
14
home.nix
|
@ -1,5 +1,10 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
modules/gnome
|
||||||
|
modules/sway
|
||||||
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "muhh";
|
username = "muhh";
|
||||||
homeDirectory = "/home/muhh";
|
homeDirectory = "/home/muhh";
|
||||||
|
@ -283,15 +288,6 @@
|
||||||
highlight feedlist "^─.*$" color142 color234 bold
|
highlight feedlist "^─.*$" color142 color234 bold
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
niri = {
|
|
||||||
enable = true;
|
|
||||||
# settings = {
|
|
||||||
# environment = {
|
|
||||||
# "NIXOS_OZONE_WL" = "1";
|
|
||||||
# "QT_QPA_PLATFORM" = "wayland";
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
|
||||||
nixvim = {
|
nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue