mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 07:59:43 +00:00
Compare commits
No commits in common. "8adce6595216ce21ae6f4a5c62a3406a8418798c" and "08f4e5aa90df0469828ff0fb277bc8238b67da82" have entirely different histories.
8adce65952
...
08f4e5aa90
4 changed files with 10 additions and 9 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
../modules/cli/ripgrep.nix
|
../modules/cli/ripgrep.nix
|
||||||
../modules/cli/sops.nix
|
../modules/cli/sops.nix
|
||||||
../modules/cli/yazi.nix
|
../modules/cli/yazi.nix
|
||||||
../modules/cli/btop.nix
|
../modules/cli/zsh.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
|
||||||
|
|
@ -3,13 +3,14 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixvim.homeModules.nixvim
|
inputs.nixvim.homeModules.nixvim
|
||||||
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
../modules/cli/git.nix
|
] ++ (
|
||||||
../modules/cli/ripgrep.nix
|
let
|
||||||
../modules/cli/btop.nix
|
modulesPath = ../modules;
|
||||||
../modules/cli/yazi.nix
|
cliModules = builtins.attrNames (builtins.readDir (modulesPath + "/cli/"));
|
||||||
../modules/cli/nixvim
|
in
|
||||||
];
|
map (module: modulesPath + "/cli/${module}") cliModules
|
||||||
|
);
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "android";
|
username = "android";
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
default_session = {
|
default_session = {
|
||||||
command = "${pkgs.tuigreet}/bin/tuigreet --time --remember --remember-session";
|
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --remember-session";
|
||||||
user = "greeter";
|
user = "greeter";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue