mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +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/sops.nix
|
||||
../modules/cli/yazi.nix
|
||||
../modules/cli/btop.nix
|
||||
../modules/cli/zsh.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
|
|||
|
|
@ -3,13 +3,14 @@
|
|||
{
|
||||
imports = [
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
|
||||
../modules/cli/git.nix
|
||||
../modules/cli/ripgrep.nix
|
||||
../modules/cli/btop.nix
|
||||
../modules/cli/yazi.nix
|
||||
../modules/cli/nixvim
|
||||
];
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
] ++ (
|
||||
let
|
||||
modulesPath = ../modules;
|
||||
cliModules = builtins.attrNames (builtins.readDir (modulesPath + "/cli/"));
|
||||
in
|
||||
map (module: modulesPath + "/cli/${module}") cliModules
|
||||
);
|
||||
|
||||
home = {
|
||||
username = "android";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.tuigreet}/bin/tuigreet --time --remember --remember-session";
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --remember-session";
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue