feat: add latest changes (?)
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
|
||||||
./disk-config.nix
|
./disk-config.nix
|
||||||
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen5
|
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p14s-amd-gen5
|
||||||
];
|
];
|
||||||
@@ -48,6 +48,7 @@
|
|||||||
documentation.man.cache.enable = true;
|
documentation.man.cache.enable = true;
|
||||||
programs = {
|
programs = {
|
||||||
niri.enable = true; # test...
|
niri.enable = true; # test...
|
||||||
|
nix-index.enable = true;
|
||||||
obs-studio = {
|
obs-studio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ pkgs.obs-studio-plugins.wlrobs ];
|
plugins = [ pkgs.obs-studio-plugins.wlrobs ];
|
||||||
@@ -102,7 +103,6 @@
|
|||||||
power-profiles-daemon.enable = true;
|
power-profiles-daemon.enable = true;
|
||||||
tailscale.enable = true;
|
tailscale.enable = true;
|
||||||
tailscale.useRoutingFeatures = "client";
|
tailscale.useRoutingFeatures = "client";
|
||||||
|
|
||||||
};
|
};
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.cachix
|
pkgs.cachix
|
||||||
|
|||||||
@@ -38,6 +38,14 @@
|
|||||||
};
|
};
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
rofi.enable = true;
|
rofi.enable = true;
|
||||||
|
rbw = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
base_url = "https://vault.plg.m0rel.eu";
|
||||||
|
email = "morelx42@protonmail.com";
|
||||||
|
pinentry = pkgs.pinentry-rofi;
|
||||||
|
};
|
||||||
|
};
|
||||||
noctalia-shell = {
|
noctalia-shell = {
|
||||||
# https://docs.noctalia.dev/getting-started/nixos/#config-ref
|
# https://docs.noctalia.dev/getting-started/nixos/#config-ref
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -18,8 +18,6 @@
|
|||||||
];
|
];
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
vimAlias = true;
|
|
||||||
viAlias = true;
|
|
||||||
withRuby = false;
|
withRuby = false;
|
||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
config = lib.mkIf config.myNixOS.feature.gaming.enable {
|
config = lib.mkIf config.myNixOS.feature.gaming.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bottles
|
# bottles
|
||||||
steam
|
steam
|
||||||
discord
|
# discord
|
||||||
];
|
];
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user